Help for this page

Select Code to Download


  1. or download this
    use strict;
    use DBI;
    
    ...
    while ( my $row = $sth->fetch ) {
        print "@$row\n";
    }
    
  2. or download this
    2  Alfred
    3  Barry
    2  Bob
    1  Charlie
    1  Edward