Sophie

Sophie

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

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

<html>
<head>
<title>Embperl Tests</title>
</head>
<body bgcolor="#ffffff">

    [$ foreach $k (@ffld) $]
        [+ $k +] = [+ $fdat{$k} +]<br>
    [$endforeach$]

     [$ sub EntryRow $]
         <input name="[+ $_[1] +]" type=text size=40 maxlength=255><br>
     [$ endsub $]

    <form method=post action="ta3.htm">
         <textarea name="summary" rows=4 cols=45></textarea>
         <br>

         [- EntryRow('Title*', 'title') -]
         [- EntryRow('Pub. Date*', 'pubdate', '(m/d/y, "today"...)') -]

         <br>
         <textarea name="content" rows=15 cols=45></textarea>

         <input name="more">

        <input type="submit">
    </form>

</body>