- or download this
if ( lc( $r->dir_config( 'Filter' ) ) eq 'on' ) {
$r = $r->filter_register; ## add this line
$r->filter_input();
- or download this
<html>
<head>
...
</body>
</html>
- or download this
package index;
...
($node->children())[0]->text( `date` );
}
- or download this
...
}
1;
- or download this
<tr class="next_row">
...
return 1;
}
- or download this
my $row = shift @{$this->{ps_table}};
return 0 if !$row;
- or download this
...
1;