http://qs321.pair.com?node_id=33139
User since: Sep 19, 2000 at 21:29 UTC (24 years ago)
Last here: Feb 07, 2007 at 02:47 UTC (17 years ago)
Experience: 750
Level:Pilgrim (8)
Writeups: 65
Location:Philadelphia
User's localtime: Apr 16, 2024 at 16:26 EDT
Scratchpad: None.
For this user:Search nodes

Coplan is hacking away at the perl language, trying to better understand it:

my ($potential, $abilities) = (100, 0); while ($abilities < $potential) { $abilities++; # use perl monks; use books; }