Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Strange File Not Found Error

by nardo (Friar)
on Jun 15, 2001 at 01:34 UTC ( [id://88635]=note: print w/replies, xml ) Need Help??


in reply to Re: Strange File Not Found Error
in thread Strange File Not Found Error

The or operator bonds to the string "/software/...", not to the open command

That's the || operator, not the or operator:
open FILE, "doesnotexist" or print "or\n"; open FILE, "doesnotexist" || print "|| #1\n"; open(FILE, "doesnotexist") || print "|| #2\n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-25 05:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found