DollarUnderscoreIsEvil

Last edit December 24, 2010
The DollarUnderscore and related variables are all evil. The following is a use of two of them in PerlLanguage at once:

    while(<>) {
        if /begin\w+(.*?)\w+end/ {
             print $1, "\n";
        }
    }

CategoryRant*

  • please add more ranting. I can't be the ONLY one who thinks this...


CategoryPerl