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