in reply to perl obfuscation

While I can't answer for sure as to guides, I can tell you that if you are beginning programming, obfuscation is not something you want to get into. First learn to write clear, concise, functioning, commented code; then later if you're still interested, reverse all of those things, and you'll have obfuscated code.

Replies are listed 'Best First'.
RE: Re: perl obfuscation
by raflach (Pilgrim) on May 12, 2000 at 23:20 UTC
    Well, reverse all of them except the "functioning" part :) You do still need that.