Help for this page
Select Code to Download
Select
or
download this
# MyStuff.pm package MyStuff; ... BEGIN { _init() } sub _init{ .... } 1;