BEGIN { return if exists( $ENV{ PERL_HASH_SEED } ); $ENV{ PERL_HASH_SEED } = "0"; exec( $^X, "--", $0, @ARGV ) or die( "exec: $!" ); }