Re-execute self


/ Published in: Perl
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. exec( $^X, $0, @ARGV )
  2. or die "Can't execute self so killing self: $!\n";

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.