Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $imageOut = $img->write(fh => $image, type => $_) or die "Creat
    +ing $fileName: $!";
        print $image $imageOut;
    }
    
  2. or download this
    Uncaught exception from user code:
            Creating image.png: No such file or directory at script/delme.
    +pl line 28.