in reply to Post with parameters using hash
In the future, it would be helpful to see the exact error message you've received.
Update: Since we can't tell what's in %hiddenhash, the best I can do is to speculate that there's an extra value in there that the server doesn't like. You might use the debugger or Data::Dumper to print the hash to verify that it contains exactly and only what you think it should contain:
use Data::Dumper; print STDERR Dumper(\%hiddenhash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Post with parameters using hash
by Anonymous Monk on Mar 05, 2001 at 22:37 UTC | |
by symŽ (Acolyte) on May 03, 2001 at 21:24 UTC |