Embperl::Syntax::ASP(3pm) - phpMan

Command: man perldoc info search(apropos)  


Syntax::ASP(3pm)               User Contributed Perl Documentation               Syntax::ASP(3pm)



NAME
       ASP syntax module for Embperl

SYNOPSIS
           [$syntax ASP $]

           <% $a = 1 ; %>
           <table>
               <% foreach (1..5) { %>
                   <tr>
                       <td><%= $_ %></td>
                       <td><%= $a += 2 %></td>
                   </tr>
               <% } %>
           </table>

DESCRIPTION
       The module add the ASP syntax to Embperl. That mean when you select ASP as syntax, Embperl
       understand the two following tags:

       <%   %>
           Between <% and %> you can put any Perl code that should be executed.

       <%=   %>
           Between <%= and %> you can place a valid Perl expression and the result of the
           expression is inserted instead of the <%= %> block.

Author
       Gerald Richter <richter AT dev.de>

See Also
       Embperl::Syntax



perl v5.10.0                                2005-10-25                           Syntax::ASP(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-23 16:48 @38.107.179.238 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!