RE: Using .cgi file as form action

2009-10-06 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Kprasad Sent: 06 October 2009 15:15 To: perl-win32-users@listserv.ActiveState.com Subject: Using .cgi file as form action Hi I'm using HTML form to execute a .cgi

RE: Using .cgi file as form action

2009-10-06 Thread Jerry Kassebaum
Hi I'm using HTML form to execute a .cgi script and I want the output of cgi script should display in the same window in which Form is displayed. Anyone can suggest that how to do it. I would have thought that the simplest way would be for the cgi program to output both the

Re: Using .cgi file as form action

2009-10-06 Thread Kprasad
To: perl-win32-users@listserv.ActiveState.com Sent: Tuesday, October 06, 2009 8:32 PM Subject: RE: Using .cgi file as form action From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Kprasad Sent: 06 October 2009 15:15

Re: Using .cgi file as form action

2009-10-06 Thread Kprasad
, 30, 40, 50); print Before: @days\n; for (@days){$_*=2} print After: @days; * Output should appear in same window. - Original Message - From: Brian Raven bra...@nyx.com To: perl-win32-users@listserv.ActiveState.com Sent: Tuesday, October 06, 2009 8:32 PM Subject: RE: Using .cgi file