Help for this page

Select Code to Download


  1. or download this
    <%init>
    use strict;
    ...
    <h4>Version is: <% $check::VERSION %>.</h4>
    </body>
    </html>
    
  2. or download this
    package     check;
    use strict;
    ...
    }
    
    1;