blob: 41b4341d3dda459ba675ffc63ff3d81253cf29f2 [file] [log] [blame]
#!/usr/bin/perl
@days = ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday");
print "Content-type: text/html\n\n";
print "These are the days of the week:";
print "<P>";
print "@days";