Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
                'four'
              ]
            ];
    
  2. or download this
    my @new_order = (0, 1, 2, 3, 5, 4);
    
    ...
    }
    
    print Dumper \@new_aoa;