Help for this page

Select Code to Download


  1. or download this
        if (!(
            print($out_fh $gd->jpeg())
    ...
            unlink($out_qfn);
            next;
        }
    
  2. or download this
        if (!print($out_fh $gd->jpeg())) {
            warn("Error writing file \"$out_qfn\": $!. Skipping\n");
    ...
            unlink($out_qfn);
            next;
        }