Help for this page

Select Code to Download


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