Hello Monks,
I am working on a piece of code on linux at the moment which needs to run another perl script 'myscript.pl' with the option '-h'. Obviously I could use `myscript.pl -h`; to do this, but shelling out slows my script down considerably! If it wasn't for the '-h' option, I would use require. Is there a better way to call another perl program?
Many thank yous in advance,
Ian