Poet::Util::Web(3pm) | User Contributed Perl Documentation | Poet::Util::Web(3pm) |
Poet::Util::Web - Web-related utilities
# In a script... use Poet::Script qw(:web); # In a module... use Poet qw(:web); # Automatically available in Mason components
This group of utilities includes
make_uri("/foo/bar", { a => 5, b => 6 }); ==> /foo/bar?a=5&b=6
Poet
Jonathan Swartz <swartz@pobox.com>
This software is copyright (c) 2012 by Jonathan Swartz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2015-01-08 | perl v5.20.2 |