Mojolicious::Plugin::ParamExpand

Use objects and data structures in your forms
Download

Mojolicious::Plugin::ParamExpand Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • sshaw
  • Publisher web site:
  • http://search.cpan.org/~shaw/

Mojolicious::Plugin::ParamExpand Tags


Mojolicious::Plugin::ParamExpand Description

Mojolicious::Plugin::ParamExpand is a Perl turns request parameters into nested data structures using CGI::Expand.SYNOPSIS # Mojolicious $self->plugin('ParamExpand', %options); # Mojolicious::Lite plugin 'ParamExpand', %options; # In your action sub action { my $self = shift; my $order = $self->param('order'); $order->{address}; $order->{items}->->{id}; $order->{items}->->{price}; # ... }Product's homepage


Mojolicious::Plugin::ParamExpand Related Software