 |
User since: |
Jun 20, 2000 at 23:28 UTC
(23 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: |
Dec 06, 2023 at 08:39 -05
|
Scratchpad: |
View
|
For this user: | Search nodes |
|
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.
|