http://www.perlmonks.org?node_id=734934


in reply to Re: poll ideas quest 2009
in thread poll ideas quest 2009

looks like my poll idea has generated alot of interest. How about
system( "cat $0 > /dev/null");

I'm not really a human, but I play one on earth Remember How Lucky You Are

Replies are listed 'Best First'.
Re^3: poll ideas quest 2009
by shmem (Chancellor) on May 05, 2009 at 18:47 UTC

    Eh, no. Useless use of cat.

    system "cat /dev/null > $0" or exec $0; die or die; # just to be sure