siddheshsawant has asked for the wisdom of the Perl Monks concerning the following question:
Hello folks again ....I have written a cgi script in which I am assigning all the user/form input to the hash reference %input now my task is to call a function defined in perl file located at the following location:
/view/sawans1_Ndb_0037_work/vobs/pp/pptai/api/NightlyDB/api_test.pl
the function's name is get_result and it takes hash reference created in the CGI script...I wants to print the return value throughthe CGI script...Kindly let me know how I can call such function
Thanks in advance !!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling perl subroutine through CGI script
by ww (Archbishop) on Mar 04, 2010 at 21:44 UTC | |
|
Re: Calling perl subroutine through CGI script
by CountZero (Bishop) on Mar 05, 2010 at 07:22 UTC | |
|
Re: Calling perl subroutine through CGI script
by jrsimmon (Hermit) on Mar 04, 2010 at 22:00 UTC |