Try something like this:
open (myImage, "> $image_path/$myImage_name.png");
binmode myImage;
print myImage $png_data;
close myImage;
print "<img src = images/$myImage_name.png>";
--
Bill Stephenson
www.SecureShopper.com
1-417-546-5593
- [MacPerl] GD.pm How to call images created on the fly. Lucia Liljegren
- Bill Stephenson
