Re: warnings for uninitialized value

2001-09-21 Thread Andy Dougherty
On Fri, 21 Sep 2001, Jason Gloudon wrote: > > Using the current CVS source with perl5.6.1, the assembler runs with the > following warning: > > Use of uninitialized value in numeric eq (==) at assemble.pl line 53. > > 53 if (($] >= 5.006) && ($PConfig{ivsize} == $PConfig{longsize}) ) { >

warnings for uninitialized value

2001-09-21 Thread Jason Gloudon
Using the current CVS source with perl5.6.1, the assembler runs with the following warning: Use of uninitialized value in numeric eq (==) at assemble.pl line 53. 53 if (($] >= 5.006) && ($PConfig{ivsize} == $PConfig{longsize}) ) { 54 %pack_type = ('i'=>'l!','n'=>'d'); 55 } I