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
- running perl script from inside another script & col... Rajeev Prasad
- Re: running perl script from inside another script ... Rajeev Prasad
- Re[2]: running perl script from inside another ... Jeff Pang
- Re: running perl script from inside another... Shawn H Corey
- turnign a script into a perl module Rajeev Prasad
- Re: turnign a script into a perl m... Jim Gibson
- Re: turnign a script into a perl m... David Christensen
- Re: running perl script from inside another script ... Brandon McCaig
- Re: running perl script from inside another script ... Peter Scott