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