quick perl question....

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
How can I string perl scripts together, i.e. perl script one calls 1.pl, 2.pl and then finishes it's execution?
 

lansalot

Senior member
Jan 25, 2005
298
0
0
Check the "system" function. There's probably a better way, perhaps using fork() or something, but perl isn't my specialist subject...