On Wed, 3 Dec 2014, Jozef Mojzis wrote:

> Need generate an output from an Mason component where the lines should
> start with the '%' character.

> Because the '%<space>' at the beginning of the lines are executed as perl
> lines, currently I'm using

-snip-

> should ouput
> 
> %there lines start
> % this is 1
> % this is 1
> % this is 2
> %there lines end

<%perl>
print << EOF
% this is 1
% this is 1
% this is 2
EOF
</%perl>

(I didn't remember about <%text> when I wrote this, and I still have to 
RTFM, but I guess <%text> is the best solution.)

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to