Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

(code) Toy Template

by ybiC (Prior)
on Jan 06, 2001 at 03:01 UTC ( [id://50167]=sourcecode: print w/replies, xml ) Need Help??

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%;
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: sourcecode [id://50167]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-24 22:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found