Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Cannot read in multiple lines

by tachyon (Chancellor)
on Nov 04, 2002 at 10:19 UTC ( [id://210150]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>type test.pl
    sub open_file_handle { open FILE, ">c:/test.txt" or die $! }
    ...
    C:\>type test.txt
    This file handle is not closed!
    C:\>
    
  2. or download this
    open my $fh, $file or die $!;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 02:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found