Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: "close" failing

by vek (Prior)
on May 31, 2006 at 17:21 UTC ( [id://552875]=note: print w/replies, xml ) Need Help??


in reply to Re^3: "close" failing
in thread "close" failing

I'm not entirely sure that's correct. For my test code, if the program cannot be found, open will not succeed.

#!/usr/bin/perl -w use strict; open(BAD, "/no-such-path/not_here.sh |") || die "Died with: $!\n"; close(BAD);
Does in fact die on open with Died with: No such file or directory.

-- vek --

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 18:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found