in reply to checking if new CGI worked
if ( $service_requests->param($checked_box) ) { $services{$product_id} = $service_requests->param($checked_box); } else { dienice("it's the services push"); }
Cheers,
Ovid
Update: Hmm... from what you say about trying to push onto an anonymous array, your syntax looks fine. Perhaps you should run this from the command line with the debugger? Since you are using the object-oriented method of calling CGI, this shouldn't be too difficult.
Otherwise, try printing the values directly from the loop.
Join the Perlmonks Setiathome Group or just go the the link and check out our stats.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: checking if new CGI worked
by jptxs (Curate) on Sep 28, 2000 at 03:13 UTC | |
by tilly (Archbishop) on Sep 28, 2000 at 13:08 UTC |