Help for this page

Select Code to Download


  1. or download this
       package MyHandler;
       sub handler($$) {
    ...
       sub do_that {
          ...
       }
    
  2. or download this
       # I use Apache::DBI and also do something that resembles this in my
    + code, but YMMV
       package My::DB;
    ...
          }
          return $dbh;
        }