in reply to new to oop (problem with my object)
The code looks fine to me at a first glance. Have you tested your assumptions? Does %in exist and have the keys/values you're expecting? Try turning buffering off ($|=1).
Also, is there some reason you're not using the CGI module for all of this? It has built-in form processing and HTML generation code. Looks like you're trying to re-invent it here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: new to oop (problem with my object)
by dryland (Initiate) on Nov 17, 2000 at 02:23 UTC |