"Chas. Owens" <chas.ow...@gmail.com> writes:

> A quick reference guide for operators:
> http://github.com/cowens/perlopquick/blob/master/perlopquick.pod

Is this just a typo, or am I not understanding what is presented at, I
think, the 5th occurrence of the term `Example' on the above URL:

Example

    my @a = qw/ a b c /;     #...@a is now ("a", "b", "c", "d")
    my @b = qw/ $foo $bar /; #...@b is now ('$foo', '$bar')


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to