Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Multiple file handles

by stevieb (Canon)
on Feb 03, 2023 at 17:09 UTC ( [id://11150139]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
        "91280": "CA",
        "61682": "NY",
        "23823": "WA"
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    }
    
    print "$_: $data->{$_}\n" for sort keys %$data;
    
  3. or download this
    23823: WA
    61682: NY
    91280: CA
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 08:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found