Since brian has comments disabled (again), I'll respond here to his entry:
my $query = do {
require URI;
my $u = URI->new;
$u->query_form(
TopOne => 1,
userid => 'comdog',
password => 'nope!',
Attempt => 0,
);
$u->query;
};
very nearly
runrig on 2003-01-02T20:06:32
And even that doesn't take into account CGI.pm's 'sticky' parameters.