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

unable to open existing file after trying to open a non-existing one

by monk_of_gaia (Initiate)
on Sep 23, 2003 at 15:26 UTC ( [id://293530]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open TT1, "<test.out";
    if ($! == 0) {
    ...
        print "3. [ERROR]\n";
    }
    
  2. or download this
    1. [OK]
    3. [ERROR]
    
  3. or download this
    1. [OK]
    2. [OK]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://293530]
Approved by Corion
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: (1)
As of 2024-04-25 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found