Help for this page

Select Code to Download


  1. or download this
    # croak on global underscore usage:
    #    no Underscore;
    ...
    sub import { untie $_ }
    tie($_, __PACKAGE__) unless tied $_;
    1;