Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print Dumper(\@array);
    
  2. or download this
    $VAR1 = [
              2,
    ...
              8,
              10
            ];
    
  3. or download this
    use strict;
    use warnings;
    ...
    }
    
    print Dumper(\%merged);
    
  4. or download this
    $VAR1 = {
              'name2' => {
    ...
                           'kills' => 5
                         }
            };