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