Next Tricks of the Wizards 43

Miscellaneous Applications of Globs

Read-Only Constants, Continued

        sub PI () { 3 }
        $circum = 2 * PI * $r;
        PI = 3;
        Can't modify constant item in scalar assignment at ...


Next Copyright © 2003 M. J. Dominus