Help for this page

Select Code to Download


  1. or download this
    $dbh->do ("CREATE TABLE ScoreCard
                 (  id        integer PRIMARY KEY AUTOINCREMENT,
    ...
                    Club      varchar(30)   DEFAULT ''
                 );
              ");
    
  2. or download this
    $score //= 0; #set to zero if undef
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    __END__
    all rows=[[1, undef], [2, undef], [3, ""], [4, 333]]