in reply to Re^4: Cannot install DBI
in thread Cannot install DBI

NeilF,

'How can I see what version of perl it is?'

Type perl -v from the command line prints the version and patch level of your Perl executable, while perl -V prints a summary of the configuration values and the contents of @INC.

Martin