Those more experianced in perl should quickly know what I did, the rest of you will have to figure it out (it's a good learning experiance).
($_='Just Another Perl Hacker,' and$ # There's the string :: { join '', /\b\w/g } =$ # This is the magic :: { (split "")[2]^chop })&& # Here's the question print $JAPH;
|
---|
Replies are listed 'Best First'. | |
---|---|
(Ovid) Re: A small (for me) JAPH
by Ovid (Cardinal) on Dec 23, 2000 at 02:21 UTC | |
Re: A small (for me) JAPH
by BooK (Curate) on Dec 23, 2000 at 03:45 UTC |