Help for this page
$ENV{PATH}=''; $ENV{IFS}='';
open LS, qq(/bin/ls -al|) || die qq(cannot execute /bin/ls: $!); ... # the ls call here } close LS;