Help for this page

Select Code to Download


  1. or download this
    $db->do( 'CREATE TABLE counters   (pagename text primary key, pagecoun
    +ter int default 0)' );
    
    ...
    };
    
    $db->do('UPDATE counters SET pagecounter = pagecounter + 1 WHERE pagen
    +ame = ?', undef, $pagename);
    
  2. or download this
    print table( {class=>'info'},
            Tr( td( {class=>'lime'},    a( {href=>'/cgi-bin/show.pl?name=s
    +howlog'},  h1( {class=>'lime'}, $host )))),
            Tr( td( {class=>'yellow'},  $display_date)),
            Tr( td( {class=>'cyan'},    $pagecounter ))
    );