Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    
    print Dumper(\%mch_distro);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    print Dumper(\%hash1);
    
  4. or download this
    
    #input
    ...
    return map  { $_->[ 0 ] } sort { $a->[ 1 ] cmp $b->[ 1 ] } map  { [ $_
    +, join q{}, @{$arg{array}}[$_..$#{$arg{array}} ] ] }   0 .. $#{$arg{a
    +rray}}; # solution provided by Johngg
    
    }