Hi.

Now I write a site for a domain registrator and need help with POST method 
options parse.
User can type domain name and can select for a some tens of checkboxes 
(.com, .org, .net, other GTLD/CCTLD) for checking his selected domain for 
his availability for registration.

how to optimize controller method and get this tens of selected checkboxes 
into hash/array on a POST method handler?
use $self->params, $req-params-to_hash. but at Dumper outpout see, that I 
have mistake for getting POST data.

I can't know about exact values - this tons of checkboxes dynamically 
generated from SQL and describe each - in 
my $tld = $self->every_param('TLDNAME')->[0] construction - unreal and not 
optimal
Can help me?



-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to