Help for this page

Select Code to Download


  1. or download this
    use Test::More tests => 2;
    
    ...
       is(0+$ref, 0+$ref2);
       is("@$ref", "@$ref2");
    }