Help for this page

Select Code to Download


  1. or download this
    my $remotefile = param("image");
    # make new variable to prevent overwriting
    ...
    $x = $image->Write($newfilename);
    
    warn "$x" if "$x";