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

Re: mysterious backticks/system() behavior in CGI script

by btrott (Parson)
on Apr 10, 2000 at 21:42 UTC ( [id://7251]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "PS file doesn't exist!" unless -e $image_output . ".ps";
    
  2. or download this
        The status returned by the last pipe close, backtick
        (``) command, or system() operator.  Note that this
    ...
        8), and $? & 255 gives which signal, if any, the
        process died from, and whether there was a core
        dump.  (Mnemonic: similar to sh and ksh.)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found