#!/usr/bin/perl # # the #-sign is a comment in Perl %pages = ( "fred" => "http://www.cgi101.com/~fred/", "beth" => "http://www.cgi101.com/~beth/", "john" => "http://www.cgi101.com/~john/" ); print "Content-type:text/html\n\n"; print <URL List

URL List