On 04/18/2011 08:58 AM, Wolfram Huettermann wrote:
>    use IO::File;
>    my $File = new IO::File">/var/tmp/bar$id.html";
>    Abort("Could not open file!") unless $File;
>   $PageSource = $m->comp("/Ticket/foo.html",  id => $id);

You want $m->scomp.

Thomas

Reply via email to