Changes

Jump to navigation Jump to search
Line 472: Line 472:     
%}
 
%}
</syntaxhighlight>All Mojolicious commands are indicated by a "%" in the first non space character. If the next character is an equals sign then the result of the expression is output.
+
</syntaxhighlight>All Mojolicious commands are indicated by a "%" in the first non space character. If the next character is an equals sign then the result of the expression is output.  
   −
This is the best list I have found of the ep formats:<syntaxhighlight lang="text">
+
This is the best list I have found of the ep syntax:<syntaxhighlight lang="text">
 
<% Perl code %>
 
<% Perl code %>
 
<%= Perl expression, replaced with XML escaped result %> Useful to be embedded in a line of html
 
<%= Perl expression, replaced with XML escaped result %> Useful to be embedded in a line of html

Navigation menu