The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<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>


</tr>
</table>

And done!



</body>
</html>