15 сентября 2011, 08:38 от Rajeev Prasad <rp.ne...@yahoo.com>:
> I am now using:
> 
> my @outfiles = `thecalledscript.pl $filename`;
> 
> i am getting right results.
> 
> now question is: is this the best method in terms of efficiency?
> 

Not the good way.
It's better to write the called script as a module, then use or require this 
module in main script and call the methods in the module.

--
  Jeff Pang
  jeffp...@mail.ru

Reply via email to