Casual Info About How To Check Perl Module Version
Finding out which version of perl itself you have.
How to check perl module version. Then type l to list all the installed. Here might be the simplest and most modern approach, using module::runtime: How to check perl corelist modules.
Check your version with the perl command again: If the author of a module has implemented a version variable, (most do), you can use perl from the command line to determine the module version. When used in a module, you must put it on the same line as.
If you get an error. Perl modules are usually installed via cpan on the command line. File i/o (reading and writing files).
Mar 27, 2013 by david farrell. Print current list of installed perl modules:\n\n; Assuming that the module has $version defined (which is where the module version is canonically stored), this will get you the version:
How to check the version of a installed module? Would give you the version of a given module, or tell you it isn't installed. 3 quick ways to find out the version number of an installed perl module from the terminal.
Check installed perl modules via terminal.