<html>
<head>
<title>Tests for Embperl - Importing subs from a Perl module</title>
</head>


<body>

<h1>Tests for Embperl - Importing  from a Perl module</h1>

First sub:


<h2>1.) Here goes some normal html text <h2>

Second sub:
^params in main  = HTML::Embperl::Req=HASH


2.) Here comes some perl:

foo = Hello world<br>
testdata = <br>
params in sub.pm  = 1 2 3
And now a table splitted into several subs:

<table>
<tr><th>1</th><th>2></th></tr>
<tr>



<td>a1<td>





<td>a2<td>

</tr>

<tr>



<td>b1<td>





<td>b2<td>

</tr>
</table>

And done!



</body>
</html>