Help for this page

Select Code to Download


  1. or download this
    $ convert ./my.jpg my.png
    
  2. or download this
    use Image::Magick;
    
    ...
    die $check if $check;
    undef @$image;
    print "ok\n";
    
  3. or download this
        warn $msg;
    
  4. or download this
    # at the top
    use Carp qw/cluck/;
    
    # in sub error again:
    cluck $msg;