h-taguchi Mon, 04 Sep 2006 04:54:02 -0700
> perl -MDBI -e 'print "$DBI::VERSION\n";' Less typed:
perl -MDBI -le 'print DBI->VERSION' Regards,