Help for this page

Select Code to Download


  1. or download this
    +---------+--------------+------+-----+---------+-------+
    | Field   | Type         | Null | Key | Default | Extra |
    ...
    | etag    | varchar(250) | YES  |     | NULL    |       |
    | content | longtext     | YES  |     | NULL    |       |
    +---------+--------------+------+-----+---------+-------+
    
  2. or download this
    #!/usr/bin/perl -w
    use strict; use warnings;
    ...
    
    # disconnect if not already disconnected
    END { $dbh->disconnect() if defined $dbh }