Help for this page

Select Code to Download


  1. or download this
    @arr=$sth->fetchrow or do {
      print '';
      return;
    }
    
  2. or download this
    use strict;
    use HTML::Template;
    ...
      $templ->param($row);
      print $templ->output;
    }