Group
Extension

Matches 1

CGI ( L/LE/LEEJO/CGI-4.70.tar.gz, LEEJO, 2025; MetaCPAN )
CGI/lib/CGI.pod ( view source; MetaCPAN )
;

    # Prepare various HTTP responses
    print $q->header();
    print $q->header('application/json');

    my $cookie1 = $q->cookie(
        -name  => 'riddle_name',
        -value => "The Sphynx'

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