Help for this page

Select Code to Download


  1. or download this
    package MyVars;
    use base Exporter;
    ...
    use CGI qw(font); # etc
    $footer = font(...);
    $header = font(...);
    
  2. or download this
    use MyVars qw($footer);