#!/usr/bin/perl print "Now backgrounding your process...\n"; fork and exit; # rest of code goes here