Re: Perl CGI (Getting started.)

2001-04-20 Thread Matt Cauthorn
You've got a couple of options: 1) If you're using Cgi.pm (you should!!), you can run it in "offline mode" and capture the html it produces. Then just point your IE or Netscape to that html and it will display. 2) Unless your script was doing something unusual, it should not have interfered with

Re: Perl CGI (Getting started.)

2001-04-19 Thread Dan Brown
will give you the path to specify in the first line of your perl > file > ie. > #!/public/bin/perl -w > > hope that helps. > > Jon > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 19, 2001 3:13 PM >

RE: Perl CGI (Getting started.)

2001-04-19 Thread Jonathan Kerr
line of your perl file ie. #!/public/bin/perl -w hope that helps. Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 3:13 PM To: [EMAIL PROTECTED] Subject: Perl CGI (Getting started.) Hi: I am trying to learn Perl CGI but I am having a

Perl CGI (Getting started.)

2001-04-19 Thread Allen_Gregg
Hi: I am trying to learn Perl CGI but I am having a hard time finding a server that I can run scripts on and then getting them to run. My brother has a web server and was going to let me log on and put some scripts into a directory and run them. I couldn't get them to run, I just got the text e