Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: delay loop

by monarch (Priest)
on Apr 04, 2014 at 14:55 UTC ( [id://1081156]=note: print w/replies, xml ) Need Help??


in reply to delay loop

Some operating systems will respect Perl altering the job name through manipulation of the $0 variable (that's dollar-zero). E.g.
$0 = "SpeciallyNamedJob"; sleep 60;

or a one-liner: perl -e '$0="SpeciallyNamedJob"; sleep 60'

If you type: ps ax you'll see:

3545971 pts/13 S+ 0:00 SpeciallyNamedJob

Log In?
Username:
Password:

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

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

    No recent polls found