in reply to Re^3: Large Variable to small variables, why dont they display
in thread Large Variable to small variables, why dont they display

line three says my $html_template!

from base.pm:

sub cgiapp_init { my $self=shift; $self->param('html_template', Template->new({ INCLUDE_PATH => $INCLUDE_PATH, WRAPPER => 'wrapper'}));
wrapper is === to header file, just bad grammer, i apologize

Barry Carlyon barry@barrycarlyon.co.uk

Replies are listed 'Best First'.
Re^5: Large Variable to small variables, why dont they display
by ikegami (Patriarch) on Jun 20, 2006 at 17:14 UTC

    No, it refers to a template object. What you posted still doesn't help, since we still don't see where session, user_status and session_id are used. We can't debug code we don't see!

    By the way, how do you verify that $session contains something like 00-0000000000-00000000?