Help for this page

Select Code to Download


  1. or download this
    . . .
    my $query = qq(
    ...
        $sth->finish();
    
    . . .
    
  2. or download this
    sub render {
        my ($layer, $k, $comments, $hierarchy) = (@_);
    ...
        }
        return($ul);
    }