Is somebody familiar in this?
I have an executable standalone PERL environment allowing calling routines/parts of original environment/ via command prompt. I can start my own standalone executable script by ‘system’. How can I call in my script these routines from original environment? To use ‘system’ does not work for these calls, but allows me to compile my script at least, because I have not other access to original routines, just their names.