The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

NTS::Utils - Utilitarios Web

Description

Funcoes simples e rapidas utilizadas em paginas CGI ou modperl

SYNOPSIS

    use NTS::Utils;

    my %form = NTS::Utils::getForm(eval {my $i = $r->args || $r->content; return $i});

    $r->print($form{field});

TO DO

no comment

DIRECTIVE

getForm()

    %form = NTS::Utils::getForm(eval {my $i = $r->args || $r->content; return $i});

Authors

  • Udlei Nattis <unattis (at) nattis.com>