Help for this page

Select Code to Download


  1. or download this
    sub foo {
        my $self = shift;
    ...
    
        die "Whiskey Tango Foxtrot";
    }
    
  2. or download this
    print $obj->foo(undef), "\n"; # Prints object stringification
    print $obj->undefoo(undef), "\n"; # prints a "\n"