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

Less typed:

perl -MDBI -le 'print DBI->VERSION'

Regards,

Reply via email to