Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: what are some of the most powerful, complex, one-liners?

by haukex (Archbishop)
on Dec 08, 2016 at 07:45 UTC ( [id://1177480]=note: print w/replies, xml ) Need Help??


in reply to what are some of the most powerful, complex, one-liners?

Hi f77coder,

Many of these are not exactly one-liners, but figuring out some of these JAPH scripts (Update: also, super search, or of course) could be fun :-) This one is my relatively simple contribution:

perl -le "print map+chr 63+oct reverse,reverse+sort+0xbbddcb=~m~..~g"

There are actually lots of variations on the same principle, so naturally I wrote a generator script, these just a few examples of currently more than 2000 ;-)

perl -le "print map+chr 22+oct reverse,reverse+sort+0x21a111a=~m~..~g" perl -le "print map+chr 23+reverse,sort+0xe8a8ea=~m~..~g" perl -le "print map+chr -7+reverse,sort+(7*11*0xf7e9b)=~/../g" perl -le "print map+chr 59+oct reverse,reverse+sort+(5*7*94_61*3**3*2* +*3)=~/../g"

Regards,
-- Hauke D

Replies are listed 'Best First'.
Re^2: what are some of the most powerful, complex, one-liners?
by f77coder (Beadle) on Dec 09, 2016 at 23:03 UTC
    Thank you.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found