Constant Folding and ord("A")

[email protected] (Dan Jacobson) Mon, 27 Nov 2006 23:44:52 +0800
Newsgroups perl.documentation
Message-ID <[email protected]>
In perlop, under "Constant Folding", please also mention if the ord in
    $Bank = chr( ord("A") + $Bank );
gets folded.