Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
       my $d = new Data::Dumper ([\%prochash], [qw(prochash)]);
       print $d->Dump ();
    }
    
  2. or download this
    $prochash = {
                  '-b' => 2,
    ...
                            '-a1' => 1
                          }
                };