Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    
    ######################################################################
    +###
    
  2. or download this
    @common_array = (
      commonloop1 => [
        'home'      => 'index.pl?page=home',
    ...
        ],
      );
    ######################################################################
    +###
    
  3. or download this
    $text ='
    Welcome to Toy Template - buckets o\' links and a little content.
    <BR>blah, blah, yada, yada, hummina, hummina.
    ...
        ],
      );
    ######################################################################
    +###
    
  4. or download this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    
    <HTML>
    ...
    </BODY>
    </HTML>
    ######################################################################
    +###
    
  5. or download this
    BODY  {
        font-family : arial, sans-serif, geneva, helvetica, verdana; 
        /* background-color : lime; */
    ...
        font-size : 130%;
        line-height : 200%;
        }