in reply to In what OS and Perl version set $0 works?
and look at whats on top of top. That's right, 'perl', and not 'IT_WORKS', although ps aux|grep IT_WORKS seems to indicate it works. So now maybe killall IT_WORKS works? Nope, it doesen't. (To make top recognize the change, press 'c', as 'show command line')perl -le '$0="IT_WORKS";while(1) {}'&
Am I missing something?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: In what OS and Perl version set $0 works?
by Fletch (Bishop) on Apr 14, 2004 at 12:23 UTC |