Help for this page

Select Code to Download


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