Help for this page

Select Code to Download


  1. or download this
    print "DBI thinks ",
        (DBI::looks_like_number($ordercode)
         ? "is"
         : "is not"),
        " a number\n";
    
  2. or download this
    DBI->trace(3);   # probably overkill