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