Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    push @data, \%work_request;
    
    print Dumper( @data );
    
  2. or download this
    C:\Code>perl how_many_indirects.pl
    $VAR1 = {};
    ...
                      ]
            };
    $VAR3 = $VAR2;
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    #push @data, \%work_request;
    
    print Dumper( @data );
    
  4. or download this
    C:\Code>perl how_many_indirects.pl
    $VAR1 = {};
    ...
            ];
    
    C:\Code>