Help for this page

Select Code to Download


  1. or download this
    use DBI;
    my $dbh = DBI->connect('dbi:AnyData(RaiseError=>1):');
    ...
    while (my $row = $sth->fetch) {
           print "@$row  \n";
             }
    
  2. or download this
    <?xml version="1.0"?>
    <?xml-stylesheet href="catalog.xsl" type="text/xsl"?>
    ...
         </catalog_item>
      </product>
    </catalog>