Help for this page

Select Code to Download


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