Zpracovani textoveho retezce poslaneho metodou POST do CGI scriptu (fwd)

Milan Sorm xsorm na informatics.muni.cz
Neděle Leden 7 03:20:24 MET 2001


Mon, Dec 18, 2000 ve 09:13:36PM +0100 Janek napsal:
# neni to sice primo funkce ale stacit to bude:
# 
# ---
# if ($ENV{'REQUEST_METHOD'} eq 'GET')
....
# }
# ---
# 

co takhle:

#! /usr/bin/perl -w

use strict;
use CGI;

my $q = new CGI;

my $obsah = $q->param('jmeno_te_textarey');


nevypada to jednoduseji ?


Další informace o konferenci Perl