Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $x = bless {}, '0';
    $x->foo();  # ("foo", undef, ["0=HASH(0x561239194f3e)"])
    $x->bar();  # ("bar", "0=HASH(0x561239194f3e)", [])