in reply to Re: Re: nohup & PERL.
in thread nohup & PERL.
As for capturing all signals you might look at sigtrap. Or you could do the following:
Note that will also call handler when you die or warn.$SIG{$_} = \&handler for keys %SIG;
--
perl -pe "s/\b;([mnst])/'\1/mg"
|
|---|