Help for this page

Select Code to Download


  1. or download this
    Tip 1
    Tip 2
    Tip 3
    
  2. or download this
    <HTML>
    
    ...
    
    </BODY>
    </HTML>
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
       );
    
    print $template->output;
    
  4. or download this
    print "Raw Data<BR><BR>";
    foreach (@tipList)
    ...
    my $numItems = @tipList;
    print "ArchiveExists: $numItems<BR>";
    print "recentTip: $recentTip<BR>";
    
  5. or download this
    Raw Data
    
    ...
    Array Item: HASH(0x81a694c) = Tip 2 
    ArchiveExists: 2
    recentTip: Tip 3