These are invalid Perl identifiers: ... my @3; # cannot start with number
Which is correct, cause my declares a lexical var, no exceptions needed there
DB<475> my @3 =(1,2,3) Can't use global @3 in "my" at (eval 679)[C:/Perl_64/lib/perl5db.pl:64 +6] line 2, ...
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
In reply to Re^6: $1[ (reserved != allowed)
by LanX
in thread $1[
by rsFalse
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |