in reply to Re: Executing a program from within a Perl Module in a non-standard path
in thread Executing a program from within a Perl Module in a non-standard path
Ahh, this is pretty cool. I like the idea that System::Sub represents, but alas, it requires that I know where the executable (or script!) will be at compile time (at least, relative to the cwd).
As an aside, I can't understand how import doesn't get itself in an infinite loop! Where's the exit?!
But thanks; I'll definitely keep this class in mind for later projects
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Executing a program from within a Perl Module in a non-standard path
by tobyink (Canon) on Mar 20, 2013 at 15:30 UTC |