Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $im_right = $square->square(0, 1);
    cmp_ok($im_right->png(5), 'eq', $right->png(5), 'right image');