Some additional tips...
when you can instead use the trinary operator: (condition)?foo:bar;. This is especially important when you have nested conditionals.if (condition) { foo; } else { bar; }
In reply to Re: Writing highly obfuscated code in Perl
by jonadab
in thread Writing highly obfuscated code in Perl
by marko
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |