Help for this page

Select Code to Download


  1. or download this
    <html> 
     <head> 
    ...
       <p>Today's date is <span klass=content id="date">Oct 6, 2001</span>
    +. 
     </body> 
     </html>
    
  2. or download this
    use html::hello_world; 
     
    my $tree = html::hello_world->new; 
    $tree->name('terrence brannon')->date('5/11/1969')->as_HTML;
    
  3. or download this
    
    package html::hello_world; 
    ...
     
    }