Revision: 52681
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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