User since: |
Sep 19, 2000 at 21:29 UTC
(25 years ago) |
Last here: |
Feb 07, 2007 at 02:47 UTC
(19 years ago) |
Experience: |
750
|
Level: | Pilgrim (8) |
Writeups: |
65
|
Location: | Philadelphia |
User's localtime: |
Oct 05, 2025 at 12:30 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;
}