update: see this:
entering a + there in any conforming browser should give a + as the result.#!/usr/bin/perl -w use strict; use CGI; print CGI->header(); print q(<form><input type="text" name="stuff"><input type="submit"></f +orm>); my %vars = CGI->new->Vars(); print "$_ => '$vars{$_}'<br>" for sort keys %vars;
In reply to Re: CGI::Vars weirdness
by Joost
in thread CGI::Vars weirdness
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |