Syntax::ASP(3pm) | User Contributed Perl Documentation | Syntax::ASP(3pm) |
Embperl::Syntax::ASP - ASP syntax module for Embperl
[$syntax ASP $] <% $a = 1 ; %> <table> <% foreach (1..5) { %> <tr> <td><%= $_ %></td> <td><%= $a += 2 %></td> </tr> <% } %> </table>
The module add the ASP syntax to Embperl. That mean when you select ASP as syntax, Embperl understand the two following tags:
Gerald Richter <richter at embperl dot org>
Embperl::Syntax
2023-01-22 | perl v5.36.0 |