Help for this page

Select Code to Download


  1. or download this
    package Lexical::Alias;
    
    # alias() is the XS function
    ...
    sub alias_h (\%\%) { goto &alias }
    
    1;