in reply to Re: Re: Executing a program or series of programs in perl.
in thread Executing a program or series of programs in perl.

If you're running system maintenance tasks, you might want to use something like "sh foo.sh >> /var/log/maint.log &" in case something fails. There's nothing like having no idea why something ran a "chown -R root.wheel /home; chmod 700 /home" ;)

----mhoward----
  • Comment on Re: Re: Re: Executing a program or series of programs in perl.