in reply to Re^4: Passing array pointer through script input
in thread Passing array pointer through script input
You would be much better to turn myscript.pl into a module and call into it directly. There is likely to be at least as much overhead running myscript.pl in that fashion is there would be in passing your list through a file. Turning myscript.pl into a module avoids both costs and allows beter integration between the two pieces of code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Passing array pointer through script input
by vit (Friar) on Aug 20, 2008 at 23:30 UTC | |
by GrandFather (Saint) on Aug 20, 2008 at 23:42 UTC |