Subject: | can not use filter inside <%perl> |
The documentation http://search.cpan.org/~drolsky/HTML-Mason-1.56/lib/HTML/Mason/Devel.pod#Escaping_expressions
does not cover how do same thing inside <%perl> like this does:
<% $file_data |h %>
I try `$m->print( '<% $file_data |h %>' )` but this does not work.