Help for this page

Select Code to Download


  1. or download this
    for my $table (qw( Widgets201003 Widgets201004 Widgets201005 )) {
        my $q_table = $dbh->quote_identifier($table);
    ...
        ");
        ...
    }