Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

baxy77bax's scratchpad

by baxy77bax (Deacon)
on Apr 17, 2008 at 16:17 UTC ( [id://681220]=scratchpad: print w/replies, xml ) Need Help??

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
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found