Return to Snippet

Revision: 52681
at October 29, 2011 04:12 by alfirth


Initial Code
exec( $^X, $0, @ARGV )
    or die "Can't execute self so killing self: $!\n";

Initial URL


Initial Description
from http://www.perlmonks.org/?node_id=711603
used to free memory after execution

Initial Title
Re-execute self

Initial Tags


Initial Language
Perl