You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by pe...@swanmail.com on 2003/09/29 11:06:03 UTC

To quotes or not quotes parameter

what is the proper way to pass a parameter for something like
$cgi-param(username)?

as far as i know it, this works for me:

$cgi-param(username);
$cgi->param("username");
$cgi->param('username');

thanks,
-rkl

OT: Re: To quotes or not quotes parameter

Posted by Thomas Klausner <do...@zsi.at>.
Hi!

On Mon, Sep 29, 2003 at 02:06:03AM -0700, perl@swanmail.com wrote:
> what is the proper way to pass a parameter for something like
> $cgi-param(username)?

This is way off topic here, but very much on topic at the beginners list
(which the initial mail was sent to, too). So please discuss this issue there.

-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}