Help for this page

Select Code to Download


  1. or download this
      open(WEBOS,"$com|");
      $com = join('', <WEBOS>);
      close(WEBOS);
    
  2. or download this
      open(WEBOS,"$com|") or die "Cannot run $cmd :  $!" ;
      $com = join('', <WEBOS>);
      close(WEBOS) or die "$cmd closed with bad status: $! $?";