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