Help for this page

Select Code to Download


  1. or download this
    package X::Y::Z;
    
    ...
        # I would prefer a shorter but equivalent way of calling xyz() of 
    +current package
        # similar to ::xyz() for main - short and to the point: this sub i
    +s implemented IN THIS package
    }