Re: Using .cgi file as form action

2009-10-06 Thread Kprasad
;two", "three", "four"); print "\n"; print q/one two three four/; print "\n"; print qq/one two three four/; print "\n"; @days=(10, 20, 30, 40, 50); print "Before: @days\n"; for (@days){$_*=2} print "After: @days"; * Output

Re: Using .cgi file as form action

2009-10-06 Thread Kprasad
;Brian Raven" To: 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 To: perl-win32-users@li

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

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 for

Using .cgi file as form action

2009-10-06 Thread Kprasad
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. Kanhaiya Prasad___ Perl-Win32-Users mailing list Perl-Win32-Users@l