Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    my $v = DBI::SQL_DATE;   # --> Bareword "DBI::SQL_DATE" not allowed wh
    +ile "strict subs" in use
    
  2. or download this
    use strict;
    use DBI;
    
    my $v = DBI::SQL_DATE;