in reply to splitting a word
----------------------------------------------------------
#!/usr/bin/perl
@==qw/p e r l m o n k s/;$|*=1;@;=qw/8 15 7 9 -1 7 7 2 0/;
foreach$-(@=){for(++$|..$;[$:++]){$-++}$..=$-}$.=~s/m/l/g;
$*=$;[4]+1;for($;[9]..$;[0]/2){$,.=substr($.,$*++,1);$*++;
}print$,;#http://www.perlmonks.org/index.pl?node_id=98506;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: splitting a word
by tradez (Pilgrim) on Jan 16, 2002 at 03:37 UTC |