April 14, 2012 | 82% of Perl Testing | Back Next |
$expected = 'Sylvester';
new() with variable as value for 'name' element
$self = Alpha->new( { name => $expected, string => 'some string', } ); ok($self, "Alpha->new() returned true value");
continued...
Home Last TOC | Copyright © 2012 James E Keenan | Back Next |