in reply to
Re^3: Cannot install DBI
in thread
Cannot install DBI
How can I see what version of perl it is?
I'll download the latest version from activestate in the meantime and have a play...
Comment on
Re^4: Cannot install DBI
Replies are listed 'Best First'.
Re^5: Cannot install DBI
by
marto
(Cardinal)
on Feb 01, 2006 at 16:09 UTC
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
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom