in reply to My first JAPH (a project to learn more perl)
Well... concise with a little more punctuation.perl(); sub perl { $h = "hacker"; @j = qw(Perl Just Rocks); $j[$#j+1]=("another"); print "\n@j[1, 3, 0] $h;\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: My first JAPH (a project to learn more perl)
by Coplan (Pilgrim) on Sep 28, 2000 at 16:34 UTC | |
by ar0n (Priest) on Sep 28, 2000 at 16:42 UTC |