in reply to Re: Uninitialized value in string eq error but I initialized
in thread Uninitialized value in string eq error but I initialized
The part causing troubles is:
and the uninitialized value is *** $id. ***. And it causes the error, I get the result but probably because thousands of error messages it takes longer time. Could the error be caused by the fact that i declared my @ids=()? I will check those libraries definitely, but it would take a begginer some time, so I am still seeking my error. Tx. to all karpatovforeach my $id (@ids) { if ($id eq $NSC) { print MY $line; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Uninitialized value in string eq error but I initialized
by Anonymous Monk on Jan 05, 2008 at 23:11 UTC |