in reply to Re^4: CGI::Session "cache" issue
in thread CGI::Session "cache" issue
Your confusion is understandable.
Your code is very repetitive; there is zero abstraction.
This makes maintenance (finding bugs ) very difficult, if not impossible.
The code is in need of refactoring. What do I mean? See String Calculator TDD Kata done in Perl, its a ~14 minute video of an exercise in refactoring, live, as the programmer types it in.
Then see a 7minut Introduction to Catalyst , for an easier approach to writing complex CGIs using http://www.catalystframework.org/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: CGI::Session "cache" issue
by Zhris (Initiate) on May 24, 2011 at 18:30 UTC |