in reply to (crazyinsomniac) Re: Critique my First Script for me?
in thread Critique my First Script for me?

CI, About using use CGI qw/:standard/; while using CGI OO interface: When I don't use it the bit Ovid gave me won't work:
my %FORM = map { $_, @{[ param($_) ]} > 1 ? [ param($_) ] : param($_) } param();
presumably because it is written in the function-oriented style (?correct?). I have been reading perlman:lib:CGI and I am attempting to get my head around how the line does its thing. Maybe I will attempt an OO rewrite of it soon.
Peace.
jg