NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
$self-{cgi} (Score:1)
I spotted that you do a $self->{cgi}->param call, wouldn't it be easier to have helper functions? The module I'm working on contains a CGI object and I have two helper functions, cgi and param to save typing. You could also make param return '' instead of undef.
Re:$self-{cgi} (Score:2)
You know what? I feel ridiculously stupid right about now :-/ That's a great idea.
Reply to This
Parent