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

Re: Using more than one filehandle

by matija (Priest)
on Mar 24, 2004 at 14:41 UTC ( [id://339412]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(FILE1,"</some/file/somewhere") || die "Could not open FILE1: $!\n
    +";
    open(FILE2,"</some/other/file") || die "Could not open FILE2: $!\n";
    
  2. or download this
    print FILE1 "something to be written to FILE1\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-03-28 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found