JupiterHost.Net wrote:
Hello,
I have DBI for 5.8.1 but not 5.8.0 (don't ask me why not ;p)
How can I install DBI and tell it to be installed in the 5.8.0 @INC
instead of 5.8.1's @INC?
perl -MCPAN -e '??? 5.8.0;install Bundle::DBI;'
I'm an idiot :
perl5.8.0 -MCPAN -e 'install Bundle::DBI;'
Do
Hello,
I have DBI for 5.8.1 but not 5.8.0 (don't ask me why not ;p)
How can I install DBI and tell it to be installed in the 5.8.0 @INC
instead of 5.8.1's @INC?
perl -MCPAN -e '??? 5.8.0;install Bundle::DBI;'
TIA
Lee.M - JupiterHost.Net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio