Re: Y2K Again ??

"A. Pagaltzis" <[email protected]>
Newsgroups gmane.comp.lang.perl.fun
Message-ID <20040514153431.GA1349@klangraum>
* A. Pagaltzis <[email protected]> [2004-05-14 17:32]:
> That will generate a warning à la 
> 
>     Argument "94foobar" isn't numeric in addition (+) at baz.pl line 42
> 
> Of course you could always
> 
>  	$Yr = do { no warnings 'numeric'; ($FieldA > 20 ? 1900 : 2000) } + $FieldA;

Silly me.

  	$Yr = do { no warnings 'numeric'; ($FieldA > 20 ? 1900 : 2000) + $FieldA };

-- 
Regards,
Aristotle
 
"If you can't laugh at yourself, you don't take life seriously enough."
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.