Fw: Modifying Parameter Values

2005-01-04 Thread Ron Wingfield
- Original Message - From: Ron Wingfield To: mailto:beginners-cgi@perl.org Sent: Tuesday, January 04, 2005 2:25 PM Subject: Modifying Parameter Values Hello all, First-timer here. Please be gentle. I'm posting this question on the Beginners List because the answer is probably goin

FW: How to install AppConfig package?

2004-08-13 Thread Siegfried Heintze
I'm sorry if this appears twice. I sent it once, but I don't believe I was subscribed to the list at the time! I forgot to mention my main question: how do I download and install AppConfig? I'm trying to install bugzilla on Windows XP 2003 and the installation procedure says that I need to

FW: Trouble running Open Perl IDE Debugger

2004-06-22 Thread Siegfried Heintze
I'm working on Win2003. I installed my perl from cygwin instead of directly installing it myself. It seems to work fine for the cgi files executed by Apache HTTPD (hurray!). However, when I use the OpenPerlIDE 1.0.11 the debugger dies on the following line inside perl5db.pl: my $result = Win32

FW: next if statement....

2004-03-18 Thread Bill Tribley
Oops, sorry for the empty reply. Greg, It is a common misconception that regular expressions act like text. If you are looking for this string: NAS-IP-Address = "192.168.0.1" you must escape all the special characters like this: NAS\-IP\-Address = \"192\.168\.0\.1\" Quotes do not work with

FW: Perl Form Mail

2003-12-01 Thread stephen.w.gibbons
Folks, Does anyone have any recommendations for a perl cgi script that will accept input from a HTML form and verify that the form input isn't going to do something nasty? At present the CGI we are using is based on form-mail.pl which is apparently notorious for security holes. Sorry if this to

FW: Reg ex help

2003-10-12 Thread Johnstone, Colin
-Original Message- From: Johnstone, Colin Sent: Monday, 13 October 2003 10:23 AM To: 'Wiggins d'Anconia' Subject: RE: Reg ex help Thank you for responding to my Query. As a newbie this was the best way I could think of tackling this problem but would like to learn to do it the right w

Fw: question about perl.

2003-03-27 Thread Dennis Stout
ian Optimized for Ultimate Troublshooting > > - Original Message - > From: "Dennis Stout" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 27, 2003 13 32 > Subject: Fw: question about perl. > > > > Sorry, for some reason I

Fw: question about perl.

2003-03-27 Thread Dennis Stout
Sorry, for some reason I'm blocked from emailing RoadRunner accounts, by Roadrunner. Here is a forward of an email I jsut sent you personally but bounced. It's Perl CGI related, so it's not offtopic for hte list ... but oculd be an annoyance for some, possibly. Dennis Stout S.T.O.U.T. = Syntheti

Fw: Help using %Hashes

2003-03-25 Thread Horace Franklin Jr.
Thanks! > - Original Message - > From: "Jordan Mclain" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 25, 2003 3:31 PM > Subject: RE: Help using %Hashes > > > > you could do this after you initiate the hash. > > > > foreach(sort keys %params) { > > $params{$_} =

Re: FW: Perl/CGI with FRAMES

2003-03-03 Thread Fred T. Sanders
- Original Message - From: "Fred T. Sanders" <[EMAIL PROTECTED]> To: "drieux" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 9:20 PM Subject: Re: FW: Perl/CGI with FRAMES I haven't read through the whole thread but has anyone suggested just usin

Re: FW: Perl/CGI with FRAMES

2003-03-03 Thread drieux
On Monday, Mar 3, 2003, at 09:38 US/Pacific, Maureen E Fischer wrote: [..] My Hesitation is that I wrote the system without this in Mind. [..] I was afraid you would notice that. the two crucial places you will need to think your way through the frame problem is a. b. most peopl

FW: Perl/CGI with FRAMES

2003-03-03 Thread Maureen E Fischer
Thanks and thanks to Drieux and Zentra for Your generous suggestions. After looking things over I have decided to try frames, last, after I complete the Remaining changes requested on my new system. My Hesitation is that I wrote the system without this in Mind. The menu program calls thirte

FW: naming a variable as a numeric value

2003-01-20 Thread Ed Sickafus
Thanks for the clarification. I was misunderstanding how a HoH works. Ed -Original Message- From: Ed Sickafus [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 19, 2003 5:18 PM To: [EMAIL PROTECTED] Subject: naming a variable as a numeric value I asked in a previous query ... Is

FW: Cgi Win xp Perl

2003-01-07 Thread Paul Kraus
I am running on a windows xp pro desktop with iis installed. I have active state Perl installed and have been using it with out a problem. I just started to play with cgi and I am having a lot of problems getting it to work right. I have a static html form that's action calls the following script.

Fw: Selecting a Static HTML page

2003-01-06 Thread LRMK
  Use this codethis is better than previouse one it does not change actionthis one directly change Window locationHere is code--New Page 1