April 14, 2012 | 82% of Perl Testing | Back Next |
is_deeply( $got, $expected, $test_name );
If $got and $expected are references, does a deep comparison
Are the data structures equivalent?
If not, display the place where they start differing
Compares the dereferenced values of references
Home Last TOC | Copyright © 2012 James E Keenan | Back Next |