On Sat, Jun 12, 2010 at 16:29, Harry Putnam <rea...@newsguy.com> wrote:
> "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')
snip

Yeah, that is a typo, I am still working on the document.


-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

--
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