Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Self sufficient? :)

by Maqs (Deacon)
on Jul 09, 2000 at 22:03 UTC ( [id://21713]=obfuscated: print w/replies, xml ) Need Help??

I hope that will work properly :)
#!/usr/bin/perl &just;sub just{&another};sub another{&perl};sub perl{&hacker}; sub hacker{foreach $ja(sort keys %main::){local *ph=$main::{$ ja};if(defined &ph){push @japh,$ja}}};@japh=(@japh)[2,0,3,1]; print "@japh\n";

/Maqs

Replies are listed 'Best First'.
RE: Self sufficient? :)
by vkonovalov (Monk) on Jul 10, 2000 at 10:09 UTC
    Good idea, but why to be so noisy? Each %main:: can be easily replaced with just %::

    Look what becomes after little modifications:

    &just;sub just{&another};sub another{&perl};sub perl{&hacker}; sub hacker{@japh=grep{defined &{$::{$_}}}sort keys %::} print "@japh[2,0,3,1]\n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-24 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found