Help for this page

Select Code to Download


  1. or download this
    $SIG{__DIE__} = sub {
        Dump( $obj->{val}->{one} );
    ...
    my $obj =  foo->new;
    #  dies here
    $obj->val = "foo";
    
  2. or download this
    __END__
    $_=q,just perl,,s, , another ,,s,$, hacker,,print;