Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: A question regarding cookies

by bart (Canon)
on Sep 22, 2006 at 18:43 UTC ( [id://574423]=note: print w/replies, xml ) Need Help??


in reply to Re: A question regarding cookies
in thread A question regarding cookies

This can't work:
my $html_template = $self->param('html_template'); ... $html_template->process('home', ... );
So, where is the object supposed to come from? $html_template is, if set by the form, a string, so you're actually doing a class method call, most likely of a nonexistent package, and even if it exists, it most probably doesn't have a process method.

So there is where it goes wrong.

I think you still have to create a new html_template object from the parameter.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://574423]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-26 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found