Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: How can I pass an open session of Net::SSH2 to a script running in a forked subprocess?

by blue_cowdawg (Monsignor)
on Oct 17, 2012 at 16:16 UTC ( [id://999573]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    | hand waving here
    my $a=1;
    ...
             $a=3;
    }
    | etc.
    
  2. or download this
           SIGUSR1     30    user defined signal 1
           SIGUSR2     31    user defined signal 2
    
  3. or download this
           SIGUSR1   30,10,16    Term    User-defined signal 1
           SIGUSR2   31,12,17    Term    User-defined signal 2
    
  4. or download this
    # handwaving
    if ( fork() ){
    ...
         # child
         $SIG{USR1} =\&childHandler;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (9)
As of 2024-04-23 08:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found