soorry.. long week.
Brain malfunction, shouldn't have ~
you aren't doing a bitwise, you want the assignment.

this is right:
($row, $col) = /(\d+)/g;

> -----Original Message-----
> From: Nikola Janceski [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 16, 2002 4:56 PM
> To: Nikola Janceski; '[EMAIL PROTECTED]'; Connie Chan; Beginners Perl
> Subject: RE: another reg needed
> 
> 
> doh... forgot the ~
> 
> ($row, $col) =~ /(\d+)/g;
> 
> > -----Original Message-----
> > From: Nikola Janceski [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, August 16, 2002 4:54 PM
> > To: '[EMAIL PROTECTED]'; Connie Chan; Beginners Perl
> > Subject: RE: another reg needed
> > 
> > 
> > probably what you wanted is:
> > 
> > ($row, $col) = /(\d+)/g;
> > 
> 
> --------------------------------------------------------------
> --------------
> --------------------
> The views and opinions expressed in this email message are 
> the sender's
> own, and do not necessarily represent the views and opinions of Summit
> Systems Inc.
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


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

Reply via email to