Help for this page

Select Code to Download


  1. or download this
    sub append_like_hell {
      my $id = shift;
    ...
      }
      close($log);
    }
    
  2. or download this
    for (my $ofs = 0; $ofs < length $wbuf; ) {
      $ofs += (my $wr = syswrite $fh, substr $wbuf, $ofs or die "unable to
    + write results");
    }