Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    
    use Getopt::Long;
    
  2. or download this
    S:\Steve\PerlMonks>perl .\tparse.pl --platform=1 --version=E48.1
    Bareword found where operator expected at .\tparse.pl line 25, near "$
    +version will"
            (Missing operator before will?)
    
  3. or download this
         if (!defined($version))
         {
              Find version number!!
              $version = E . "$valuefind"; ($version will be E48.2)
         }