⭐ in reply to Is it possible to background a perl script from within itself?
#!/usr/bin/perl print "Now backgrounding your process...\n"; fork and exit; # rest of code goes here [download]