in reply to Edit forms use CGI and JavaScript?
If you're using an array of *hashes* (which is how I interpreted "structs", you C programmer you =), you need to wrap "title", "url", and "body" in curly braces, so perl knows those are hash keys, not method calls (e.g. $foo->bar looks like $foo is an object of which bar() is a method).
HTH
Philosophy can be made out of anything. Or less -- Jerry A. Fodor
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Edit forms use CGI and JavaScript?
by Mission (Hermit) on Apr 09, 2001 at 23:10 UTC |