Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    &footer(); # main.pl  
    
    exit;
    
  2. or download this
    sub get_musings_entries {
    # get musings from MySQL
    
    ...
    
    return $entries;
    }