in reply to Perl Scripts on systems without perl environments.
An alternative would be write a main() in C that embeds the Perl interpreter, hard-code the Perl script as a string, then call the C-equivalent of Perl's eval on it. That would be studly. :-) Of course, you'd need access to one of their machines for development purposes and a compiler for each environment ... Good luck?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Scripts on systems without perl environments.
by SkipHuffman (Monk) on Nov 07, 2005 at 17:16 UTC | |
|
Re^2: Perl Scripts on systems without perl environments.
by t'mo (Pilgrim) on Nov 07, 2005 at 18:24 UTC | |
by SkipHuffman (Monk) on Nov 07, 2005 at 18:32 UTC |