Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: system "no_such_file" returns a different error on Fedora

by chromatic (Archbishop)
on Jul 03, 2008 at 16:53 UTC ( [id://695390]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $rc = system { "lskdfj" } "lskdfj";
    unless( ok($rc == 255 << 8 or $rc == -1 or $rc == 256 or $rc == 512) )
    + {
         print "# \$rc == $rc\n";
    ...
                 $! == 22 or  $! =~ /invalid argument/i  ) ) {
        printf "# \$! eq %d, '%s'\n", $!, $!;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-25 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found