in reply to
CGI Session
$ball = $self->session->param("ball");
$ball = $session->param("ball");
you made $session your ref to the object so your are trying to access it the wrong way
Comment on
Re: CGI Session
In Section
Seekers of Perl Wisdom