Help for this page

Select Code to Download


  1. or download this
    truncate $fh, 0;
    seek $fh, 0, 0;
    store_fd($data, \*$fh);
    close($fh);
    
  2. or download this
    store($data, $file);
    close $fh;