Saturday, July 24, 2010

How Do I Determine What Version of Perl I'm Using?
perl -v

To find out the versions of each module, do:
perldoc -t perllocal

For the version of Perl Doc you're using:
perldoc -V

POD is the Plain Old Documentation format.

No comments: