Help for this page

Select Code to Download


  1. or download this
    # MyStuff.pm
    package MyStuff;
    ...
    BEGIN { _init() }
    sub _init{ .... }
    1;