Help for this page

Select Code to Download


  1. or download this
    $x = $image->Read(...);
    warn "$x" if "$x";      # print the error message
    $x =~ /(\d+)/;
    print $1;               # print the error number
    print 0+$x;             # print the number of images read