Help for this page

Select Code to Download


  1. or download this
    #!c:/apache/perl/bin/perl.exe -wT
      
    ...
        print("name = ", $row->{'Name'}, "  contact = ", $row->{'Contact'}
    +. "\n");
    }
    $sth->finish();
    
  2. or download this
    "Name","Address","Floors","Donated last year","Contact"
    "Charlotte French Cakes","1179 Glenhuntly Rd",1,"Y","John"
    "Glenhuntly Pharmacy","1181 Glenhuntly Rd",1,"Y","Paul"
    "Dick Wicks Magnetic Pain Relief","1183-1185 Glenhuntly Rd",1,"Y","Geo
    +rge"
    "Gilmour's Shoes","1187 Glenhuntly Rd",1,"Y","Ringo"
    
  3. or download this
    Content-Type: text/html; charset=ISO-8859-1 Execution ERROR: Missing f
    +irst row at c:/apache/Perl/site/lib/DBD/CSV.pm line 165, line 1. . DB
    +D::CSV::st fetchrow_hashref failed: Attempt to fetch row from a Non-S
    +ELECT statement [for statement ``SELECT * FROM test2 WHERE name LIKE 
    +'G%''']) at /apache/htdocs/test2.cgi line 26.