in reply to The song of Aragorn
$blade = join ('blade', 'that', 'was', 'broken');
... to the following ...
$blade = join '', split ('', 'blade');
Otherwise, quite timely and neat ... ++Fengor
perl -e 's&&rob@cowsnet.com.au&&&split/[@.]/&&s&.com.&_&&&print'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: The song of Aragorn
by Fengor (Pilgrim) on Dec 21, 2001 at 16:49 UTC |