On Feb 16, 9:35 am, [EMAIL PROTECTED] (Dr.Ruud) wrote:
> [EMAIL PROTECTED] schreef:
>
> > The following code won't load up the array with the hashes like it
> > does by explicitly putting them in.
>
> > [EMAIL PROTECTED] = qw \ 56 56 33 67 22 11 88 94 452 334 67 65 2 3 3 3 \;
>
> Because of the backslash?

And in your mind, what's wrong the backslash?

$ perl -le'
@foo = qw \ a b c \;
print for @foo;
'
a
b
c


Paul Lalli


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


Reply via email to