Help for this page

Select Code to Download


  1. or download this
    while (read($fh, $buffer, 1024)) {
      print $out_handle $buffer;
    }
    
  2. or download this
    read() on unopened filehandle
    
  3. or download this
    my $handle_in = $cgi->upload('file_image');