http://qs1969.pair.com?node_id=19080
LeGo's user image
User since: Jun 20, 2000 at 23:28 UTC (24 years ago)
Last here: Nov 30, 2007 at 21:54 UTC (16 years ago)
Experience: 2044
Level:Chaplain (11)
Writeups: 41
Location:RTP
User's localtime: Mar 28, 2024 at 18:41 -05
Scratchpad: View
For this user:Search nodes
Watch for posts by this user

LeGo


Other stuff (older stuff)...

#!/usr/bin/perl -w use strict; use LWP::Simple; getprint("http://www.perlmonks.org");
So something new I like.
print [ [0,1,2],[3,4,5] ] -> [1][2];
It was neat to figure out the above. I am learning to like references and things of that nature.