Help for this page

Select Code to Download


  1. or download this
      print header( -cookie => cookie(-name => 'Matrix',
                  -value => param('username'),
    ...
      &header;
      &member_sec;
      &footer;
    
  2. or download this
    sub header {
     print qq~
    ...
    </b> </p>
     ~;
    }