in reply to
running a script from perl
You want backticks,
system
, or maybe
do FILE
. The
exec
function never returns to the caller.
After Compline,
Zaxo
Comment on
Re: running a script from perl
In Section
Seekers of Perl Wisdom