Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Don't ask to ask, just ask
 
PerlMonks  

Re: Small first strict obfuscation

by idnopheq (Chaplain)
on Apr 04, 2001 at 22:38 UTC ( [id://69926]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Small first strict obfuscation

Okay ... need some help here ...

From Prog. Perl 2nd Edition

$; is the subscript separator
$/ is the input record separator
$$ is the PID ???? [i.e. $$=(join('',@$)."!");]

What is @$ ? Swap every? PerlMonks search returned nothing.

Even though I don't get it, the !bleep!-ing thing works as designed!!!!

Help! TIA
Dex

I enjoy unobfuscating obfuscation

Replies are listed 'Best First'.
Re: Re: Small first strict obfuscation
by MrNobo1024 (Hermit) on Apr 04, 2001 at 22:40 UTC
    @$ is just another array. It has no special meaning. (Except that use strict dosen't complain about it even if you don't declare it, and it's always in package main)
      THX! So, what is $$ in this context, the PID?
        It usually is the PID, yes. However, it's been assigned another value, so it's just a random global variable now.
        Yeah! (Should be|It is) the PID. Nice, eh? :]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://69926]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.