in reply to Re: Is it possible to background a perl script from within itself?
in thread Is it possible to background a perl script from within itself?
#!/bin/bash perlprog.pl&But it seems silly just to avoid typing '&'. What exactly are you trying to achieve?
|
|---|