Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: how to refer the index of an array to another array of the same length

by rjt (Curate)
on Aug 03, 2013 at 10:41 UTC ( [id://1047692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
    printf "%5s => %s\n", $_, $gl_csta{$_} 
        for grep { exists $gl_csta{$_} } @cg;
    
  2. or download this
      two => II
     four => IV
     five => V
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1047692]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-19 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found