Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    is_deeply( [ @ArrayTellTale::calls ], [],
               'call log empty after eval test' );
    ok( $is_array, 'tied array ref detected as array' );