[ic] Re: Little puzzle for Perl gurus

marc.brevoort interchange-users@icdevgroup.org
Tue Sep 17 08:00:04 2002


On Tuesday 17 September 2002 12:51, you wrote:

> > sub do_order_action {
> >         my ($ordernumber,$orderline,%CGI,%subref)=@_;
> > }
> > do_order_action($CGI->{order},$line,%CGI,%ref2sub);

> You need to pass references to hashes.

That did the trick!

Danke,

Marc Brevoort