FlipTop's CGI Tutorial

2002-02-13 Thread Frank J. Schmuck
I was wondering what happened to fliptop's cgi tutorial? I moved in the middle of it and can no longer find a working URL. Thanks Frank -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Calander / Scheduling Code

2002-02-06 Thread Frank J. Schmuck
I need to develop an application that will be a modified schedule but conceptually will look similar to what we see on the web for a TV schedule. That is time across the top (columns) with individuals as the rows. Does anyone know if there is sample code available to review as a starting point?

RE: Perl Editors

2001-08-08 Thread Frank J. Schmuck
I would echo Mel's comments on UltraEdit. I really love the ability to write code on a Win2000 box and FTP it to my test machine directly from the editor. I actually use UltraEdit over CodeWright which was great when I lived only in the Winz world. Frank -Original Message- From: Mel Ma

Identifying Server Type

2001-07-31 Thread Frank J. Schmuck
Is there a way to determine the operating system or server being run by a particular web location? Thanks Frank -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: book

2001-07-28 Thread Frank J. Schmuck
Curtis, Is this the book? There doesn't appear to be any code on the cover? http://perlcgi-book.com/ Thanks Frank -Original Message- From: Curtis Poe [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 11:48 AM To: CGI Beginners Subject: Re: book --- Larry Mullis <[EMAIL PROTECTED

RE: book for newbee

2001-07-26 Thread Frank J. Schmuck
Liz Castro - Burn me once shame on you burn me twice I bought the first edition and was very unhappy. Even the code examples when downloaded have to be figured out as they aren't in a logical order like - chapter 1, chapter 2, etc. So I read on her site that the second edition covered more

RE: Apache and cgi-bin directory - Redhat 7.1

2001-07-17 Thread Frank J. Schmuck
Mel, BINGO! Thanks for the assist. Frank -Original Message- From: Mel Matsuoka [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 8:22 PM To: [EMAIL PROTECTED] Subject: Re: Apache and cgi-bin directory - Redhat 7.1 At 05:15 PM 07/16/2001 -0400, you wrote: >I have apache set up on a

Apache and cgi-bin directory - Redhat 7.1

2001-07-16 Thread Frank J. Schmuck
I have apache set up on a Linux machine running Redhat 7.1 (local home network). The install (from rpm) placed the directories as follows: /var/www/html /var/www/cgi-bin /var/www/icons I can point a browser to 192.168.xxx.xxx and I am taken to the /var/www/html directory and the file index.html

RE: Nasty

2001-07-14 Thread Frank J. Schmuck
In another life I managed a software project to develop a suite of EDI business offerings. Good programmers are artists. The image that most are *holes comes from how they interact with people who are ignorant and don't know it. Its like marketing walking in and throwing the 1,000 change on the

What am I doing wrong?

2001-07-11 Thread Frank J. Schmuck
I've installed a Linux box (RedHat 7.1) on a local network to test cgi scripts. The apache install creates the following directories: /var/www/html /var/www/cgi-bin the html is the default entry point. If I place a html file in the above directory a machine on the network can pull up the file

RE: cgi-bin directory

2001-07-10 Thread Frank J. Schmuck
i-bin directory At 11:10 10.07.2001 -0400, Frank J. Schmuck wrote: >I have a home network set-up to test cgi scripts. I have a Win2k box hooked >up to a linux box. The intent is to write on the Win2k box and test on the >Linuxbox. My question is where should the cgi-bin directory reside? >

cgi-bin directory

2001-07-10 Thread Frank J. Schmuck
I have a home network set-up to test cgi scripts. I have a Win2k box hooked up to a linux box. The intent is to write on the Win2k box and test on the Linuxbox. My question is where should the cgi-bin directory reside? My intent is to open a browser from the Win2k box and look at http://192.16

Web Test Sites

2001-07-03 Thread Frank J. Schmuck
Can someone point me to a list of sites that allow free testing of cgi scripts? I had such a list at one time but have misplaced it just as I need it. Thanks Frank

Directory Structure under Win32 (Perl, CGI, Apache, MySQL)

2001-06-14 Thread Frank J. Schmuck
Is there a "correct" directory structure under WinX when installing Perl and Apache for development and testing of cgi scripts? I know that perl looks for cgi scripts in the cgi-bin directory, but what about everything else? Thanks Frank

RE: Email on Windows Platform

2001-06-07 Thread Frank J. Schmuck
Herb, If I turn on "strict" the code aborts due to the errors mentioned above. If I turn off "strict" then the e-mail is sent but I receive the message "the system can not find the path specified." -Original Message- From: Herb Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2

RE: Email on Windows Platform

2001-06-07 Thread Frank J. Schmuck
Herb, I tried you code and received errors: Global symbol "$smtp" requires explicit package name at test1.pl line 6. Global symbol "$smtp" requires explicit package name at test1.pl line 7. Global symbol "$smtp" requires explicit package name at test1.pl line 8. Global symbol "$smtp" requires ex

RE: Succinct Code, Use of my $var and global vs local

2001-06-07 Thread Frank J. Schmuck
Alan, I'd love to view the sources, especially how you pull the data from the form and store it. Sorry for such a basic request but it is a beginner's list. Thanks Frank -Original Message- From: Alan F. Larimer, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 1:10 AM To: T

RE: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-07 Thread Frank J. Schmuck
That would help a great deal. As a lurker (mostly to view code and to see how folks think through problems) and definitely a true "beginner," one thing that is very obvious is that there is a significant variance in what folks believe is a "beginner." When I read "oh, yeah yesterday I was develo

Where to begin - web resources

2001-06-05 Thread Frank J. Schmuck
As this is a "beginners" group I'll save the "best book" threads to others. What are the resources available on the web (tutorials, etc.) for building web pages with Perl and CGI? I'm running under W2k although I can boot to Redhat 7.2 as needed. I have both the ActiveState distribution and also