Help for this page

Select Code to Download


  1. or download this
         my $fh = $self->cgi->upload( 'map' );
         my $thumb = Image::Magick->new();
         $thumb->Read( file => \*$fh ) or die "No read to Image::Magick ob
    +j:  $! \n";