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:

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]

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

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 included in the top of each

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

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 :

Re: Odd select box behaviour

2007-05-02 Thread Shawn Hinchy
Quoting Jonathan Mangin [EMAIL PROTECTED]: - Original Message - From: Jonathan Mangin [EMAIL PROTECTED] To: beginners-cgi@perl.org; [EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 9:51 AM Subject: Re: Odd select box behaviour - Original Message - From: [EMAIL PROTECTED]

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: beginners-cgi@perl.org; [EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 9:51 AM Subject: Re: Odd select box behaviour

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

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, but I am not quite

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