> The "our" declaration is for the current file only, so you need
> "our" in Script 1.

Ooooo.... seems I am hopeness...

> $a is a "special" variable (used in sort blocks), so it gets a
> "free pass" from use strict, just like all the other special
> variables ($_, $/, etc.).

Was you the guy told me not to use $a, $b ... =)
I remember this hardly, but some days ago, uncle Drieux told
me told me that's different for a demo code or gradeful code in
real. So I believe I can use here =)

>
> Generally, experts would advise against using $a and $b as variables
> in your programs.
>

I swear that I never use $a, $b in real, even they are no conflict with
sorting.
I 'd choose some meanful var name, for better maintence, right ? =)

Rgds,
Connie


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to