Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: more tricks learned from fellow monks

by olus (Curate)
on Feb 02, 2006 at 23:44 UTC ( [id://527503]=note: print w/replies, xml ) Need Help??


in reply to more tricks learned from fellow monks

open +0; $_=(<0>)[-1]; $_=~s/^.*?"(.+)".*$/$1/; @array= split (' ',$_); foreach $scalar (@array) { $scalar =~ s/(\w)(\w)/$2$1/g; $var .= " " . $scalar; } $var = reverse $var; print $var; __DATA__ ,erckha rlPe erthnoa stJu


-- olus;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://527503]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-19 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found