in reply to Re^4: Use of uninitialized value $pic
in thread Use of uninitialized value $pic
be$iutImage->Read(@_); # get the image under test (iut)
Also, you can try passing \$pic to pass the object by reference.my $x = $iutImage->ReadImage($_[0]); warn "$x" if "$x";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Use of uninitialized value $pic
by dazz (Beadle) on May 01, 2017 at 10:58 UTC | |
by afoken (Chancellor) on May 01, 2017 at 11:03 UTC | |
by dazz (Beadle) on May 02, 2017 at 03:36 UTC | |
by afoken (Chancellor) on May 03, 2017 at 06:08 UTC | |
by afoken (Chancellor) on May 02, 2017 at 19:02 UTC | |
by Anonymous Monk on May 01, 2017 at 11:16 UTC |