I want to access parameters right out of the query_string with out
having to declare them into distinct variables first, but always come up
with hash reference errors.

This is what I tried : 
print qq{<input type="hidden" name="bill_email"
value="$q->param('owner_email')">\n};

and get this output :
<input type="hidden" name="bill_email"
value="CGI=HASH(0x810ca00)->param('owner_email')">

Can anyone lend a learning hand here as to what I am doing wrong???


Scott Lutz
Pacific Online Support
Phone: 604.638.6010
Fax: 604.638.6020
Toll Free: 1.877.503.9870
http://www.paconline.net


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to