in reply to Appending an image to a png file
Also warn "$x" if "$x"; is what is causing the message: you are printing an Image::Magick object, and an object in perl usually stringifies to the class name and memory address.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Appending an image to a png file
by Nalina (Monk) on Aug 04, 2004 at 06:16 UTC |