Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: spawning Perl scripts

by mark4 (Acolyte)
on Mar 23, 2015 at 12:34 UTC ( [id://1120974]=note: print w/replies, xml ) Need Help??


in reply to Re: spawning Perl scripts
in thread spawning Perl scripts

For Windows OS, I don't see a downside to:

$cmd = "start perlprog.pl > file.log"; system ($cmd);

This "system" command should return just after the process is started. One downside is that you will get another cmd window pop up.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1120974]
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: (2)
As of 2024-04-25 21:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found