![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Passing results to a script after form element validationby Anneq (Vicar) |
on Apr 14, 2004 at 12:44 UTC ( #345025=note: print w/replies, xml ) | Need Help?? |
Not sure I understand what you are trying to do. But if I do, then perhaps you can put your scipt2.cgi into a sub inside a module, and then just call call the sub2, passing on the $co object. For example: sub process_form{ if ( validate_form()){ $result = MyModule->mysub2($co); } } HTH Anne
In Section
Seekers of Perl Wisdom
|
|