Help for this page

Select Code to Download


  1. or download this
    
       Use of uninitialized value in numeric eq (==) at
    ...
    
       Use of uninitialized value in numeric eq (==) at
       Creating_table_D.pl line 35.
    
  2. or download this
       sub create_table ($) {
    
    ...
         if ($schema_in == "2"){# offending line 2
           my @tables = qw/A B C/;
         }