Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    print Dumper \%Groups;
    
  2. or download this
    K0blah
    PZfoo
    P7bar
    PEbaz
    
  3. or download this
    $VAR1 = {
              'Group1' => [
    ...
                            'P7bar'
                          ]
            };