Help for this page

Select Code to Download


  1. or download this
    sysread($handle, my $message, -s $handle);
    
  2. or download this
    my %buf;
    
    ...
       die("Unable to read from pipe: Premature end of file\n")
          if $buf{$_}{offset};
    }