- or download this
<set> $z <add>$x $y</add> </set>
- or download this
$z = $x + $y
- or download this
{
...
$twig->parse($elt->next_elt->sprint);
}
- or download this
#!/usr/local/bin/perl
...
$twig->parsefile($file);
- or download this
<perl binary="/usr/bin/perl">
...
</perl>