[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] Accessing CGI objects passed through a function call...



On Jun 24, 2010, at 12:57 PM, Dan Linder wrote:
> show_my_link(\$cgi);

You wanted:

   show_my_link($cgi);

$cgi is an object. 

j