"Chas. Owens" <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/