> You'll need to declare your variables with 'my', for the most part.
> 
>   my $q = ...;
> 
>   foreach my $row ($q->quotes) {
>     my ($date, $open, ...) = @$row;
>   }
> 
> It looks -w compliant to me.

Thanks, that works. I thought there might be more to it. I am used to
making declarations separately, not in-line like that. ;)

     --jab


=====
John Bollinger, CFA, CMT
www.BollingerBands.com

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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

Reply via email to