Hi all,
  I have a requirement to call a  perl script  within another and take
the output

for example 

{ 
....
$script = foo();
$output = `perl $script $a $b $c `;
do_someting($output);
...
}

The above works fine , but I do not want to fork out a new perl process
every time. Is there a way I can avoid this. I would like to use do()
but how do I get the out from do();

Thanks
Ram


----------------------------------------------------------
Netcore Solutions Pvt. Ltd.
Website:  http://www.netcore.co.in
Spamtraps: http://cleanmail.netcore.co.in/directory.html
----------------------------------------------------------

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to