in reply to Re^2: CGI::Application giving blank forms
in thread CGI::Application giving blank forms
If so, you should try "$self" instead of "$$self" there. The extra "$" was probably a mistake. (The extra semi-colon, immediately following {'DATA'}, might also be a mistake, which might show up as such when you fix the sigil problem...)my %database = %{ $$self->{'DATA'}; };
|
|---|