Help for this page

Select Code to Download


  1. or download this
    my $check_inv_sql = "SELECT MAX(cdt) AS md FROM s_i ORDER BY cdt LIMIT
    + 1";
    
    ...
     $mt = $hash_ref->{'md'};
    print "$mt\n";#this returns below error
    }
    
  2. or download this
    Use of uninitialized value $mt in concatenation (.) or string at Sb.pl
    + line 56.