http://qs1969.pair.com?node_id=221725
User since: Dec 22, 2002 at 10:42 UTC (21 years ago)
Last here: Mar 23, 2024 at 16:33 UTC (5 days ago)
Experience: 17304
Level:Abbot (19)
Writeups: 1939
Location:UK - South West
User's localtime: Mar 29, 2024 at 02:01 UTC
Scratchpad: View
For this user:Search nodes
Watch for posts by this user

# program1.pl 17 March 2000 $phrase = '123'; print $phrase+1,"\n"; @home = ("couch","chair","table"); print $home[1],"\n"; %longday = ("Sun", "sunday", "Mon", "Monday"); print $longday{"Sun"},"\n";