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

Jay Hannah jay at jays.net
Thu Jun 24 10:13:04 PDT 2010


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


More information about the Omaha-pm mailing list