Help for this page

Select Code to Download


  1. or download this
    my $string = $obj->method;              # vs. my $string  = $obj->meth
    +od->string;
    my (undef, $special) = $obj->method;    # vs. my $special = $obj->meth
    +od->special;