Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2846c2b6fe3a964eff4f3b3c12eee018 > files > 506

apache-HTML-Embperl-2.2.0-8mdv2010.0.i586.rpm

<html>
<head>
<title>Tests for Embperl - Importing subs 2</title>
</head>


<body>

<h1>Tests for Embperl - Importing subs</h1>

[! Execute({inputfile => 'subimp.htm', import => 1}) !]


Second sub:
[- tsecond -]

First sub:
[- tfirst -]

[- @cell = (['2a1', '2a2'], ['2b1', '2b2']) -]

And now a table splitted into several subs:

<table>
<tr><th>1</th><th>2></th></tr>
<tr>
[- tabcell (\@cell) -]
</tr>
</table>

And done!



</body>
</html>