Help for this page

Select Code to Download


  1. or download this
    package My::Associated::DBH::Wrapper;
    
    ...
    
        return $values[0];
    }
    
  2. or download this
    my $template = HTML::Template->new(
        filename => 'my_template.tmpl',
        associate => [ $thingy, $query ],
    );