in reply to CGI::Sessions fails when I use Data::Dumper

The first step is reading and understanding CGI::Session::Tutorial.

As for generating HTML (which has nothing to do with sessions), it's best to use a template system. I like HTML::Template::Compiled, others prefer Template::Toolkit.

Update: Please mark updates to your question, so that people can retrace the original flow of conversation.

  • Comment on Re: CGI::Sessions fails when I use Data::Dumper

Replies are listed 'Best First'.
Re^2: CGI::Sessions fails when I use Data::Dumper
by nodebunny (Novice) on Sep 20, 2011 at 15:32 UTC
    Thanks I promise to do better next time