in reply to
executing a perl script into another perl script
"also same in background"
Use the system command or backticks and append a & to the end of the command if you are in the *nix world. In the windows world start your command with "START" and end it with "/B"
Comment on
Re: executing a perl script into another perl script
Replies are listed 'Best First'.
Re^2: executing a perl script into another perl script
by
Anonymous Monk
on Mar 25, 2011 at 15:11 UTC
Proc::Background
[reply]
In Section
Seekers of Perl Wisdom