in reply to Run Perl script from another perl script independently

Dear Perl-Monks of wisdom

After a month of not replying to my thread I'd like to report about the solution I finally implemented.

system("nohup completCheck >/dev/null 2>&1 &");

This is not the most sophisticated approach, but in spirit of age everything has to be done in short time.

I have tried to also the fork suggestion, but after end of project. This also worked fine.

Thank you all for your support.

Your willingness to learn

p_boarder