> What is this incompatibility for? This makes me i.e. change all the
> references to HTML::FillInForm->fill

Is it just HTML::FillInForm that's causing problems or are there other
problems with returnin a reference?

I ask, because I'm thinking of making the "return a string" behaviour
optional.

I was thinking that as a convenience, I might make
CGI::Application::Plugin::FillInForm accept a reference to a reference.

So you would be able to write:

    my $html = $template->output;
    $self->fill_form(\$html, ...);

And not care about whether $html is already reference or not.


Michael


---
Michael Graham <[EMAIL PROTECTED]>



---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to