- or download this
...
</html>
- or download this
html
/ \
...
"Doc 1"
- or download this
[% IF age < 10 %]
Hello, does your mother know you're
...
Welcome
[% END %]
- or download this
ROOT
...
child2: Sorry, you're not old enough to enter ...
child3: Welcome
- or download this
<span id=age_handler>
<span id="under10">
...
</span>
</span>
- or download this
use HTML::TreeBuilder;
my $tree = HTML::TreeBuilder->new();
...
}
- or download this
look_down->detach() for
($this, $that)
- or download this
$SPAN->KILL_CHILDREN (@children); # fodder for carnivore :)