Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Passing a File Descriptor to a New Process on Windows (Win32API::File)

by hardburn (Abbot)
on Apr 24, 2014 at 01:59 UTC ( [id://1083496]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use v5.14;
    ...
        or die "Could not spawn child process: $!\n";
    
    wait;
    
  2. or download this
    #!/usr/bin/perl
    use v5.14;
    ...
    }
    
    close IN;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found