Help for this page

Select Code to Download


  1. or download this
    perlmodver Template DBI File::Spec
    
  2. or download this
    Template            : 2.00-beta5
    DBI                 : 1.13
    File::Spec          : 0.6
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
      eval "require $module";
      printf( "%-20s: %s\n", $module, $module->VERSION ) unless ( $@ );
    }