On Monday, June 10, 2002, at 04:28 , Marty Landman wrote:

> You could take a peek at my tutorial site http://thecgibin.com.

interesting place, will have to rummage around more, but
on http://thecgibin.com/index/faqs.shtml?Perl's_Quote_Words_Feature
you make the assertion

        my @peppers = (qw(green red yellow black cayenne));

is this an old perlism???? since I have always done that as

        my @peppers = qw(green red yellow black cayenne);

since qw doesn't like 'scalar contexts' ...

or am I missing something here???

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to