Help for this page
sub import { return if $ENV{FIXINIT_PM}; ... exec $^X => @chk, $0, @ARGV; die "Could not exec $^X $0: $!"; }
=head1 SYNOPSIS ... # Remove paths from LD_LIBRARY_PATH use FixInit qw(-libpath1 -libpath2);