Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Open multiple file handles?

by GrandFather (Saint)
on May 07, 2011 at 06:53 UTC ( [id://903505]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        $_ ||= 0 for @{$data{$key}};
        print "$key @{$data{$key}}\n";
    }
    
  2. or download this
    a 1 5 1
    b 2 0 0
    c 3 0 0
    d 0 3 0
    x 0 0 4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found