in reply to Re: Running a Perl script in the background from another Perl script
in thread Running a Perl script in the background from another Perl script

I would try to avoid hard coding the path to perl, using $^X to keep track of the perl binary.

perldoc perlvar for more info.

/J

  • Comment on Re: Re: Running a Perl script in the background from another Perl script
  • Download Code