#!/usr/bin/perl -w use strict; use CGI; my $cgi = new CGI; print $cgi->param('key1'); ### prints: value1 print $cgi->param('key2'); ### prints: value2
In reply to Re: problem with CGI
by Jaap
in thread problem with CGI
by b1rd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |