Help for this page

Select Code to Download


  1. or download this
    (undef, $string_in) = $ob->read(65536);
    
  2. or download this
    my $input_string;
    {
    ...
      $input_string .= $str;
      redo if ($size == 4096); # read more?
    }