Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Help need in Miscellaneous code

by ikegami (Patriarch)
on Apr 12, 2006 at 04:43 UTC ( [id://542747]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub readZip {
       local $_;
       open local *FH, '/dev/null';
       while (<FH>) { print "Got something!\n"; }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-29 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found