Group
Extension

Matches 2

Net-Server-Framework ( N/NO/NORBU/Net-Server-Framework-1.2.tar.gz, NORBU, 2009; MetaCPAN )
Net-Server-Framework/lib/Net/Server/Framework.pm ( view source; MetaCPAN )
a generic wrapper for transport encodings. This function can be
overridden to use transports like JSON or XML. The standard is a
compressed Data::Serialiser stream.

=head2 decode

The reverse of enco
Net-Server-Framework ( N/NO/NORBU/Net-Server-Framework-1.2.tar.gz, NORBU, 2009; MetaCPAN )
Net-Server-Framework/lib/Net/Server/Framework/Validate.pm ( view source; MetaCPAN )
valid_command,
            'user'    => qr/^[\w-]{3,100}/,
            'format'  => qr/^[yaml|xml|json]/,
            'pass'    => qr/^[\w]{10,100}$/,
        },

    };

    my $dfv = Data::FormValid

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.