in reply to use warnings => Use of uninitialized value...
Here is the codetest 1 || Use of uninitialized value in string eq at /usr/lib/perl5/site_perl/5. +8.7/myTool.pm line 316. test 1 || Use of uninitialized value in string eq at /usr/lib/perl5/site_perl/5. +8.7/myTool.pm line 316.
So, how come that there is a problem with this line ??read $fh, $binrec, $l ; print "test 1 |$binrec|\n" ; if ( $binrec ) { # this is line 316 print "test 2\n" ; ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: use warnings => Use of uninitialized value...
by rhesa (Vicar) on May 24, 2006 at 11:00 UTC | |
|
Re^2: use warnings => Use of uninitialized value...
by roboticus (Chancellor) on May 24, 2006 at 11:57 UTC |