Maybe it's not obfuscation, per se, but will be a form of writing more (less?) comprehensible Perl code.
ok_folk% my; ok_folk@ (qw( jeff jason ryan kristin )) {} () =; "Enter your name: " print; name$ my (STDIN) <> = chomp; { "Welcome in, name$!\n" print } (ok_folk$ name$ lc {} exists) if { "Sorry, we're closed.\n" print } else


japhy -- Perl and Regex Hacker

Replies are listed 'Best First'.
Re: coming soon...
by extremely (Priest) on Feb 15, 2001 at 23:08 UTC
    Imagine that I'm typing this with one hand laid across the screen to prevent me from going insane while telling you how much I hate the above. =)

    --
    $you = new YOU;
    honk() if $you->love(perl)

(jeffa) Re: coming soon...
by jeffa (Bishop) on Feb 16, 2001 at 00:03 UTC
    Reverse Polish^H^H^H^H^Herl Notation? :)
      Close. Reverse Perlish Notation. Blame Damian Conway. After I saw his Perligata talk, I started (dun dun DUN!) thinking.

      japhy -- Perl and Regex Hacker
Re: coming soon...
by BooK (Curate) on Feb 16, 2001 at 20:13 UTC