D. Bolliger wrote:
> 
> btw, @04 is not a valid (array) variable name; they must not start with a 
> digit, as not keyword/builtin does.

$ perl -Mwarnings -Mstrict -le' our @04 = 10 .. 14; print "@04"'
10 11 12 13 14

You are probably thinking scalars and/or lexicals.


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to