Help for this page
#!perl -wT # musiclist.cgi -- spits out my CD collection as HTML; 2nd attempt ... $q->endform, $q->hr, $q->end_html;
while( <IN> ) { next if /^#|^$/; ... ]; } close IN;