Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    while (my $row = $sth->fetchrow_hashref ()) {
        printf "%-10s %s\n", @{$row}{'Car', 'Size'};
    }
    
  2. or download this
    Mini       subcompact
    Civic      subcompact
    Camry      compact
    Accord     sedan