Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              '4' => '3',
    ...
              '3' => '2',
              '2' => '1'
            };
    
  2. or download this
    sub getreports {
        my $target = shift(@_);
    ...
        print "exiting while % boss with target of $target\n\n";
    }
    
  3. or download this
    scanning data for x, 2:   4, 3
    scanning data for x, 2:   1, 1
    ...
    scanning data for x, 2:   4, 3
    scanning data for x, 2:   1, 1
    scanning data for x, 2:   3, 2