Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Do not display the command result in the console (updated)

by young_monk_love_perl (Novice)
on Dec 05, 2013 at 20:35 UTC ( [id://1065838]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open FILE, "<my command> 2>&1 1>/dev/null" or exec(); die $!;
    
  2. or download this
    sub sigtrap() {
        if(defined($pid) && ! ($pid == 0)){
    ...
    sleep 15;
    #use the command's output file to get the results
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 03:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found