spaz has asked for the wisdom of the Perl Monks concerning the following question:
The (slightly) more readable results of Deparse$~='`';$_=$:=$~|'%';$;=$^='/'|$~;$;++;$\=$~|"'";$;++;$:.=++$;;$/=++$;; ++$\++;$_.= '#'|$~;$,=++$/;$_.="$\$^$\"";++$,;$_.='@'|'*'&~'!';$_.="$,$;$/$\"";$_. ++='!.'|$~. $~;$_.="$^$/$\$:$\"";$_.='@'|':'&~'*';$_.=$:;$_.=$^&'|';$_.=$".$\;$_.= ++"$~$~$~"| '!#+';++$.;$.++;`$_$:,>&$.`;
-- Dave$~ = '`'; $_ = $: = $~ | '%'; $; = $^ = '/' | $~; ++$;; $\ = $~ | q[']; ++$;; $: .= ++$;; $/ = ++$;; ++$\; $_ .= '#' | $~; $, = ++$/; $_ .= qq[$\$^$"]; ++$,; $_ .= 'J'; $_ .= qq[$,$;$/$"]; $_ .= '!.' | $~ . $~; $_ .= qq[$^$/$\$:$"]; $_ .= 'P'; $_ .= $:; $_ .= $^ & '|'; $_ .= $" . $\; $_ .= "$~$~$~" | '!#+'; ++$.; ++$.; `$_$:,>&$.`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How in the heck?
by clintp (Curate) on Mar 17, 2001 at 07:25 UTC | |
|
Re: How in the heck?
by chipmunk (Parson) on Mar 17, 2001 at 10:05 UTC | |
by spaz (Pilgrim) on Mar 18, 2001 at 02:46 UTC | |
|
Re: How in the heck?
by yakko (Friar) on Mar 17, 2001 at 07:14 UTC | |
by dneedles2 (Novice) on Mar 17, 2001 at 08:25 UTC |