in reply to Re^4: problem regarding the value given in the select box
in thread problem regarding the value given in the select box
Please only post the relevant part of the HTML instead of pasting the complete page.
Also, please post the exact error message instead of some vague reinterpretation of the error message. Perl does not output the following error message:
can't call method on an undefined value
All error messages of this kind look like
Can't call method "some_method" on an undefined value at -e line 1.
Being more exact with your code and data helps us to help you better, so please put some effort in reporting the exact output instead of leaving out the important details.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: problem regarding the value given in the select box
by rashichauhan (Novice) on Sep 14, 2013 at 09:55 UTC | |
by Corion (Patriarch) on Sep 14, 2013 at 10:01 UTC | |
by rashichauhan (Novice) on Sep 14, 2013 at 10:17 UTC | |
by Corion (Patriarch) on Sep 14, 2013 at 11:03 UTC |