Help for this page

Select Code to Download


  1. or download this
    Example A, rewritten:
    
    ...
    print "First title: '$data->[0]{title}'\n";
    
    $template->param( selscene => $data );
    
  2. or download this
    eval {
        my $sth = $dbh->prepare_cached( ... );
    ...
    }; if ($@) {
        # Do some error handling here.
    }