logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Debbugs::URI -- Derivative of URI which overrides the query_param

Bugs

       None known.

   query_param
            $uri->query_form( $key1 => $val1, $key2 => $val2, ... )

       Exactly like query_param in URI except query elements are joined by ; instead of &.

perl v5.40.1                                       2025-02-24                                  Debbugs::URI(3pm)

Description

       See URI for more information.

Name

       Debbugs::URI -- Derivative of URI which overrides the query_param
        method to use ';' instead of '&' for separators.

Synopsis

       use Debbugs::URI;

See Also