On 5/15/01 5:59 PM, Edward Peschko wrote:
> would be better off written as...

...speaking of which:

    my int ($pre, $in, $post) is constant = (0..2);

What, no caps?

    my int ($PRE, $IN, $POST) is constant = (0..2);

Looks nicer to me...or are all-caps vars reserved for
internal use in Perl 6?

-John

Reply via email to