On Sun, 9 Oct 2005 22:34:43 -0700, Gupta, Razat wrote:

hi Razat

> Perl -e "use DBI";

Load the DBI module with -M before using it:

Unix shell>perl -MDBI -e 'print "$DBI::VERSION\n" '

DOS shell>perl -MDBI -e "print qq|$DBI::VERSION\n| "

--
Cheers
Ron Savage, [EMAIL PROTECTED] on 10/10/2005
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company


Reply via email to