Help for this page

Select Code to Download


  1. or download this
    sub undef_ref {
        my $ref    = shift;
    ...
        print "\n";
        print Dumper (@$ref);
    }