Dear Monks,
I have this error message:for the following offending code:Use of uninitialized value in numeric eq (==) at Creating_table_D.pl l +ine 31. Use of uninitialized value in numeric eq (==) at Creating_table_D.pl l +ine 35.
sub create_table ($) { my($schema_in) = $_; if ($schema_in == "1"){ # offending line 1 my @tables = qw/A/; } if ($schema_in == "2"){# offending line 2 my @tables = qw/A B C/; }
I have tried a number of variations on a theme. Does anyone have a quick explanation?
In reply to uninitialized value in numeric eq (==) by Win
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |