- or download this
#!/usr/local/bin/perl
use Image::Magick;
...
warn "$x" if "$x";
$x = $image->Write('C:/Graph.xls.01.08.2004.PNG');
warn "$x" if "$x";
- or download this
$x = $image->Append('C:/Graph.xls.01.08.2004.PNG');
- or download this
Image::Magick=ARRAY(0x1a453b0) at D:\image.pl line 8.