Help for this page

Select Code to Download


  1. or download this
    $fh = $query->upload('$filename');
    
  2. or download this
    $fh = $query->upload($filename);
    
  3. or download this
    
    eval {
    ...
    $@ and do {
         print_html($@);
    };