Help for this page

Select Code to Download


  1. or download this
    {
      local $ENV{ LD_LIBRARY_PATH } = q{/path/to/libs};
    ...
    
      system( $cmd ) == 1 or die "Problem with '$cmd': $?\n";
    }