1URI::QueryParam(3) User Contributed Perl Documentation URI::QueryParam(3)
23
4
NAME
6URI::QueryParam - Additional query methods for URIs
7
SYNOPSIS
9use URI;
10
DESCRIPTION
12"URI::QueryParam" used to provide the query_form_hash, query_param
13query_param_append, and query_param_delete methods on URI objects.
14These methods have been merged into URI itself, so this module is now a
15no-op.
16
COPYRIGHT
18Copyright 2002 Gisle Aas.
1920
21
22
perl v5.36.0 2023-01-20 URI::QueryParam(3)