Help for this page

Select Code to Download


  1. or download this
    print STDOUT "Output blah blah ...";
    
  2. or download this
    
    my $image = Image::Magick->new;
    ...
    close(THUMB);
    
    # no longer can write to STDOUT from this point on. works if # I delet
    +e the line $image->Write ....