przytulaguy
Technical User
what is the most recommended way to call a perl program from within a perl program.
I have prog1.pl and want to execute prog2.pl (in windows)
with parameters from within prog1
I can also be invoked from command line like :
prog2.pl --days=300 --subdir=d:\db2scripts\tmp --delete=Y
has prog2 to be declared in prog1 ?
Thanks for all info/help
Best Regards, Guy Przytula
I have prog1.pl and want to execute prog2.pl (in windows)
with parameters from within prog1
I can also be invoked from command line like :
prog2.pl --days=300 --subdir=d:\db2scripts\tmp --delete=Y
has prog2 to be declared in prog1 ?
Thanks for all info/help
Best Regards, Guy Przytula