Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 47122 invoked from network); 26 Oct 2006 20:51:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 20:51:28 -0000 Received: (qmail 22168 invoked by uid 500); 26 Oct 2006 20:51:39 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 22151 invoked by uid 500); 26 Oct 2006 20:51:39 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 22140 invoked by uid 99); 26 Oct 2006 20:51:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 13:51:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [213.136.52.68] (HELO mailgate.mysql.com) (213.136.52.68) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 13:51:26 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.mysql.com (8.13.4/8.13.4) with ESMTP id k9QKp4mJ021193 for ; Thu, 26 Oct 2006 22:51:04 +0200 Received: from mail.mysql.com ([10.222.1.99]) by localhost (mailgate.mysql.com [10.222.1.98]) (amavisd-new, port 10026) with LMTP id 18411-03 for ; Thu, 26 Oct 2006 22:51:04 +0200 (CEST) Received: from [192.168.1.100] (londonderry-cuda1-67-22-245-237.lndnnh.adelphia.net [67.22.245.237]) (authenticated bits=0) by mail.mysql.com (8.13.3/8.13.3) with ESMTP id k9QKoxCT014701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 26 Oct 2006 22:51:01 +0200 Message-ID: <45411F8D.1080500@mysql.com> Date: Thu, 26 Oct 2006 16:50:21 -0400 From: Patrick Galbraith User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: apreq-dev@httpd.apache.org Subject: $r->param - where did it go? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailgate.mysql.com X-Virus-Checked: Checked by ClamAV on apache.org Hi all, in mod_perl 1.0, there was $r->param(), for getting the key/values of a posted form - what happened to this lovely method? ApacheRequestRec doesn't have a param method that I can see. There has to be some nice way to get this info. Thanks in advance. Patrick