Re: [beginners-cgi] Development environment?

2007-09-20 Thread Shawn Hinchy
Thank you for the recommendations, Greg and Bruce. I will take a closer look at them and see if one of them fits my needs from an editor/project management point of view. When you get to the point that a modified file needs to be uploaded to the server, do any of these support this file tr

[beginners-cgi] Development environment?

2007-09-19 Thread Shawn Hinchy
Hello all, I was wondering what development environment you use? I am stuck in a rut using KWrite and then uploading with an FTP program. I find that I use the FTP app as a launch tool and I can edit or upload the files from it. Probably the biggest problem is moving back and forth bet

Re: Perl/DBI

2007-06-24 Thread Shawn Hinchy
Quoting Tyler Gee <[EMAIL PROTECTED]>: On 6/24/07, Shawn Hinchy <[EMAIL PROTECTED]> wrote: Hello all, I am getting to the point where I need to start thinking about doing pagination for search results. I did some searches and it looks like there are some pagination modules,

Perl/DBI

2007-06-24 Thread Shawn Hinchy
Hello all, I am getting to the point where I need to start thinking about doing pagination for search results. I did some searches and it looks like there are some pagination modules, but I am not quite interested in going that route yet. I am using a handful of columns from the search s

Re: Odd select box behaviour

2007-05-02 Thread Shawn Hinchy
Quoting [EMAIL PROTECTED]: Shawn Hinchy wrote: Quoting Jonathan Mangin <[EMAIL PROTECTED]>: - Original Message - From: "Jonathan Mangin" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2007 9:51 AM Subject: Re: Odd select box

Re: Odd select box behaviour

2007-05-02 Thread Shawn Hinchy
Quoting Jonathan Mangin <[EMAIL PROTECTED]>: - Original Message - From: "Jonathan Mangin" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2007 9:51 AM Subject: Re: Odd select box behaviour - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tues

Turning text array into variables?

2006-12-03 Thread Shawn Hinchy
Hello all, Is there any way to turn text from an array into variables? ie. my @array = qw(one two three); my $array = '$' . join(',$', @array); # should give $one,$two,$three my ($array); # should instantiate? $one = 1; $two = 2; $three = 3; my $ans = $one + $two + $three; print "Answer is : $a

Re: Using DBI in a web context

2006-11-14 Thread Shawn Hinchy
That's funny, I just read about this today... See Tim Bunce's tutorial from the Perl 3.0 Conference. I think it will answer some of your questions... Actually I couldn't find it from 99 but here is one from 2004. http://search.cpan.org/src/TIMB/DBI_AdvancedTalk_2004/index.htm Shawn --

Re: Including a file with common variables...

2006-10-08 Thread Shawn Hinchy
Quoting Ovid <[EMAIL PROTECTED]>: --- Shawn Hinchy <[EMAIL PROTECTED]> wrote: Hello all, I am writing many cgi scripts and need to have the same variables included in each of them. I was going to put all these 'global' variables in a separate file that could then be

Including a file with common variables...

2006-10-07 Thread Shawn Hinchy
Hello all, I am writing many cgi scripts and need to have the same variables included in each of them. I was going to put all these 'global' variables in a separate file that could then be included in the top of each cgi script. I am already doing a similar thing with functions and requ

Re: CGI Scripts and IE

2006-09-25 Thread Shawn Hinchy
Quoting David Dorward <[EMAIL PROTECTED]>: On Mon, Sep 25, 2006 at 10:53:15AM -0400, Shawn Hinchy wrote: Everything works fine in Mozilla/Firefox but when I try to use IE 6, it doesn't seem to call the script when the submit button is pressed, kind of like it knows it is already

CGI Scripts and IE

2006-09-25 Thread Shawn Hinchy
Hello, I have a script that manages a form submission. In order to reuse the form creation and validation functions, I am calling the same script from the form using the post method. Everything works fine in Mozilla/Firefox but when I try to use IE 6, it doesn't seem to call the script w

RE: How do I populate a form field based on the value entered in a different field

2006-09-23 Thread Shawn Hinchy
Would you mind sharing the answer? I would assume it would have to be some sort of Javascript, am I wrong? Thanks, Shawn Shawn Michael Hinchy [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Unsubscribing...

2006-01-19 Thread Shawn Hinchy
If you are smart enough to subscribe you should be smart enough to unsubscribe. Just because you are lazy, don't fill our inboxes. Here's some help... http://lists.cpan.org/showlist.cgi?name=beginners-cgi Shawn -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [