Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: Felling a tree JAPH

by MidLifeXis (Monsignor)
on Sep 04, 2013 at 11:53 UTC ( [id://1052301]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Felling a tree JAPH
in thread Felling a tree JAPH

That is true. Since they are consistent per version (I wonder if per platform makes any difference), I should see if I can reorder the data to make it work out on each :-)

--MidLifeXis

Replies are listed 'Best First'.
Re^5: Felling a tree JAPH
by choroba (Cardinal) on Sep 04, 2013 at 12:12 UTC
    What about making the letters depend on the following one?
    sub DESTROY { print $_[0][0] } $p = bless [$_, $p] for reverse split //, 'Just another Perl hacker,';
    Update: Does not work in a different version. Ignore.
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

      Sounds very similar to the concept behind Destructive JAPH. I wonder if it would help solve the ordering issue on the destroy.

      These aren't really obfuscated, as much as exploring some dark (and some not so dark) corners of the language. I wonder if there is a more appropriate place for these, just so I don't get drawn into obfuscating them and masking the real thing I am playing with.

      --MidLifeXis

Log In?
Username:
Password:

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

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

    No recent polls found