Help for this page

Select Code to Download


  1. or download this
    BEGIN { $ENV{LD_LIBRARY_PATH} = '...'; }
    
  2. or download this
    BEGIN {
       if (!$ENV{LD_LIBRARY_PATH}) {
    ...
          exec($^X, $0, @ARGV);
       }
    }