in reply to Re^2: Extracting selected values from HTML Select Menus
in thread Extracting selected values from HTML Select Menus

I've just switched CGI errors on to screen and this is what I get: Can't call method "param" on an undefined value in my $filename= $cgi->param('month'); I thought 'month' was defined in the hard coding? I'm confused now! Help!

Replies are listed 'Best First'.
Re^4: Extracting selected values from HTML Select Menus
by kjg (Sexton) on Mar 15, 2005 at 11:33 UTC
    OK I've sorted it now. Just realised that further up in my script there's a thing that handles CGI already so I've got it working! Ta!