in reply to Getting arguments such as ?page=20 for web scripts
Make sure you perldoc CGI to read the docs for CGI.pl grep#!/usr/bin/perl -Tw use strict; use CGI; my q$ = new CGI; my $number = $q->param('number');
|
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |