This is a discussion on hello.pl doesn't work!!!!!! within the Windows Web Servers forums, part of the Web Server and Related Forums category; When I access http:\\localhost\cgi-bin\hello.cgi, it works. But when I access http:\\localhost\cgi-bin\hello....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
When I access http:\\localhost\cgi-bin\hello.cgi, it works. But when I
access http:\\localhost\cgi-bin\hello.pl, file download dialog box appears. Do you want to open or save this file ? Name : hello.pl Type : Unknown File Type >From : localhost Why ?? It should work like hello.cgi. Source code is as same as hello.cgi. |
|
|||
|
On 15 Jan 2005 06:43:45 -0800, "latt" <KhinThidaLatt@gmail.com> wrote
in message-id <1105800225.709062.70790@f14g2000cwb.googlegroups. com>: >When I access http:\\localhost\cgi-bin\hello.cgi, it works. But when I >access http:\\localhost\cgi-bin\hello.pl, file download dialog box >appears. > >Do you want to open or save this file ? >Name : hello.pl >Type : Unknown File Type >>From : localhost > >Why ?? It should work like hello.cgi. Source code is as same as >hello.cgi. associate the pl-filetype with the pearl-executer |
|
|||
|
On 16 Jan 2005 03:46:37 -0800, "latt" <KhinThidaLatt@gmail.com> wrote
in message-id <1105875997.340624.163980@z14g2000cwz.googlegroups .com>: >Could you please tell me more details how to associate pl file type >with perl executer... ?? Right click on a .pl and choose to open with perl command line interpreter (perl.exe). Mine was assigned automatically during the Perl install and the association is as follows: Filetype: PL Open "X:\path\Perl\bin\perl.exe" "%1" %* Use DDE Program: perl Subject: System |
|
|||
|
Thank you so much for your explanation. I got it. Do you know how
$parse_form work ?? When I use it, I got error. I am using ActivePerl. Thanks in advance! TK wrote: > On 16 Jan 2005 03:46:37 -0800, "latt" <KhinThidaLatt@gmail.com> wrote > in message-id <1105875997.340624.163980@z14g2000cwz.googlegroups .com>: > > >Could you please tell me more details how to associate pl file type > >with perl executer... ?? > > Right click on a .pl and choose to open with perl command line interpreter > (perl.exe). > > Mine was assigned automatically during the Perl install and the association > is as follows: > > Filetype: PL > > Open > > "X:\path\Perl\bin\perl.exe" "%1" %* > > Use DDE > > Program: perl > > Subject: System |
|
|||
|
Thank you so much for your explanation. I got it. Do you know how
$parse_form work ?? When I use it, I got error. I am using ActivePerl. Thanks in advance! TK wrote: > On 16 Jan 2005 03:46:37 -0800, "latt" <KhinThidaLatt@gmail.com> wrote > in message-id <1105875997.340624.163980@z14g2000cwz.googlegroups .com>: > > >Could you please tell me more details how to associate pl file type > >with perl executer... ?? > > Right click on a .pl and choose to open with perl command line interpreter > (perl.exe). > > Mine was assigned automatically during the Perl install and the association > is as follows: > > Filetype: PL > > Open > > "X:\path\Perl\bin\perl.exe" "%1" %* > > Use DDE > > Program: perl > > Subject: System |
|
|||
|
On 19 Jan 2005 04:26:27 -0800, "latt" <KhinThidaLatt@gmail.com> wrote
in message-id <1106137587.119284.313160@f14g2000cwb.googlegroups .com>: >Do you know how $parse_form work ?? When I use it, >I got error. I am using ActivePerl. no, and it doesn't sound like you give enough info for the newsgroup to help you. |
|
|||
|
t@gmail.com wrote: > Thank you so much for your explanation. I got it. Do you know how > $parse_form work ?? When I use it, I got error. I am using ActivePerl. > Thanks in advance! > TK wrote: > > On 16 Jan 2005 03:46:37 -0800, "latt" <KhinThidaLatt@gmail.com> wrote > > in message-id > <1105875997.340624.163980@z14g2000cwz.googlegroups .com>: > > > > >Could you please tell me more details how to associate pl file type > > >with perl executer... ?? > > > > Right click on a .pl and choose to open with perl command line > interpreter > > (perl.exe). > > > > Mine was assigned automatically during the Perl install and the > association > > is as follows: > > > > Filetype: PL > > > > Open > > > > "X:\path\Perl\bin\perl.exe" "%1" %* > > > > Use DDE > > > > Program: perl > > > > Subject: System Thanks! toby_j@free.cidermail.com |