- or download this
<html>
<head>
...
<h2 id="1">Monkeys</h2>
</body>
</html>
- or download this
<html>
<head>
...
<h2 id="[% myidentifier %]">[% animal %]</h2>
</body>
</html>
- or download this
#!/usr/bin/perl
...
{
print "$_: $$resultRef{$_}\n";
}
- or download this
myidentifier: 1
animal: Monkeys
title: Mammals
- or download this
package ExtractDiff;
...
}
1;