Help for this page
$ util -x this that
if( @ARGV && $ARGV[0] eq "-child" ) { shift( @ARGV ); ... # ... system( 1, $^X, $0, "-child", @ARGV ); # run child # ...
shift( @ARGV ); # child code here exit( 0 );