Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Strung Out

by tachyon (Chancellor)
on May 16, 2001 at 15:59 UTC ( [id://80858]=note: print w/replies, xml ) Need Help??


in reply to Strung Out

Elegant simplicity, very pleasing on the eyes.
# Essence of this script is the dereferenced reference construct # 'Just Another perl Hacker' == ${\('Just Another Perl Hacker')} print "Just Another Perl Hacker\n" if 'Hacker' == ${\(Hacker)}; # Each line is best read from right to left. The embedding of the # derefed literals make a clever obfuscation but repeats almost # identically for each block. Got one got em all. # \u -> title case next char only # \L -> lowercase until \E # \E -> end case # $" -> $LIST_SEPERATOR default value ' ', used for ' ' # Splitting the $" onto two lines is a rather clever trick which # removes the newline which is present in the code presented below: print qq'${\(foo)}$ # split line $" syntax avoids newline here "${\(bar)} ${\(foo)}$" ${\(bar)}\n'; print qq' \u\L$ {\(J.${\(U.${\(S.${\(T)})})})} $"\E\L${\(A.${\(N.${\(O.${\(T.${\(H.${\(E.${\(R)})})})})})})} $"\E\u\L${\(P.${\(E.${\(R.${\(L)})})})} $"\E\L${\(H.${\(A.${\(C.${\(K.${\(E.${\(R)})})})})})}$/ '
tachyon

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-23 19:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found