kdelph has asked for the wisdom of the Perl Monks concerning the following question:
Is there something I must do to run the program through the server? It seems as if it's only letting me access the program instead of it running the programm for me, (I have tested it in ms dos and the program does work on my system). I'm typing in www.myserver(my web domain name).com/Hello.perl.exe and that is when I get the dialog box asking where I want to save the file. I have uploaded the file by cuteftp, with the perl.exe extension on the end. Thank you for your help, Monkette!#!/usr/bin/perl.exe -w use CGI qw(:standard); use strict; print header; print "<B>Hello, World!</B>";
Edit: chipmunk 2001-03-07
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win. Ftp. Files, Browsers
by dfog (Scribe) on Mar 08, 2001 at 00:53 UTC | |
|
Re: Win. Ftp. Files, Browsers
by athomason (Curate) on Mar 08, 2001 at 00:37 UTC | |
by kdelph (Initiate) on Mar 09, 2001 at 07:29 UTC |