;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
;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
> > 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
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
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