http://www.perlmonks.org?node_id=611475


in reply to Sessions In With CGI::Session

I hate it when this happens. (If I'm right...)

$session->param('f_name', 'Sherzod');

You're setting the parameter "f_name"

my $name = $session->param("l_name");

And asking for the parameter "l_name".

Hazah! I'm Employed!