Re: Problem with script requiring valid referrer

2005-02-12 Thread Randal L. Schwartz
> "Chris" == Chris Schults <[EMAIL PROTECTED]> writes: Chris> Hey all. On our website we have several forms (send a letter, Chris> ask a question, etc) that some of our visitors seem to have Chris> problems with. These forms require the referring page to be Chris> from a Grist Magazine domain.

Re: Problem with script requiring valid referrer

2005-02-09 Thread bright true
Hi , have you tryed the script yourself ?? does it work with you ?? and with most of people ... if it doesn't work with some not all people .. then you don't have problem in your script .. ask those who can't use your form ... do they have a Firewall program such like ZoneAlarm if they do

RE: Problem with script requiring valid referrer

2005-02-08 Thread Chris Devers
On Tue, 8 Feb 2005, Chris Schults wrote: > > This is really a question for the CGI list, but whatever. > > Sorry, didn't realize there was one. Thanks for the heads up! I'm not trying to be dismissive; just pointing out that there's a similar list that more specifically covers this topic. But a

Re: Problem with script requiring valid referrer

2005-02-08 Thread Lawrence Statton
> On Tue, 8 Feb 2005, Chris Schults wrote: > > > In both cases, our visitors swear that they are linking to these > > scripts from valid Grist pages. Any ideas why some people are getting > > the error messages? I've asked for browser and O/S info, but many are > > using the same setup we are u

RE: Problem with script requiring valid referrer

2005-02-08 Thread Chris Schults
om: Chris Devers [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 11:25 AM To: Chris Schults Cc: Perl Beginners List Subject: Re: Problem with script requiring valid referrer On Tue, 8 Feb 2005, Chris Schults wrote: > In both cases, our visitors swear that they are linking to these >

Re: Problem with script requiring valid referrer

2005-02-08 Thread Chris Devers
On Tue, 8 Feb 2005, Chris Schults wrote: > In both cases, our visitors swear that they are linking to these > scripts from valid Grist pages. Any ideas why some people are getting > the error messages? I've asked for browser and O/S info, but many are > using the same setup we are using, which

Re: Problem with script.

2003-04-02 Thread Aim
Hi, Having also spent all of yesterday on my problem, I can conclude that the script after all was working fine. I manually checked my input and output files and it seems that there is a bug elsewhere in some other script, many of which I did not write my self. Thanks to Mr Conner, Mr Weber, esp

Re: [mail_lists] RE: Problem with script.

2003-04-02 Thread Jim
On Tuesday 01 April 2003 12:36, Tony Esposito wrote: | I am a strong proponent of the "top-down" approach.I feel it makes my | Perl code easier to read/follow. | I quote from "Learning Perl" that "[The subroutine] definition can go | anywhere in the program file, though | most people put it at

Re: Problem with script.

2003-04-01 Thread Scott R. Godin
Jenda Krynicky wrote: > From: Aim <[EMAIL PROTECTED]> [snip] >> be a simple bug. Going back to the drawing board may be inefficient >> in this case as the script is almost there, I can feel it. The mistake >> I made was pausing from the work for a few days and then to come back >> to it scratching

RE: Problem with script.

2003-04-01 Thread Tony Esposito
CTED] Sent: Tuesday, April 01, 2003 1:31 PM To: Aim Cc: [EMAIL PROTECTED] Subject: Re: Problem with script. Aim wrote: > Hi, > > Thanks for your input. I thought my script was neat and organised and utilised subs, I guess my standard is much lower than yours. It's not really an issue o

Re: Problem with script.

2003-04-01 Thread R. Joseph Newton
Aim wrote: > Hi, > > Thanks for your input. I thought my script was neat and organised and utilised subs, > I guess my standard is much lower than yours. It's not really an issue of lower or higher standards. When we are in the thick of it, it all makes sense. We have a few million neural cir

Re: Problem with script.

2003-04-01 Thread Jenda Krynicky
From: Aim <[EMAIL PROTECTED]> > Thanks for your input. I thought my script was neat and organised and > utilised subs, I guess my standard is much lower than yours. I try not > to use too many subs as most of my scripting is short and simple, and > I fear overkill if I do use subs. But your advice

Re: Problem with script.

2003-04-01 Thread Aim
Hi, Thanks for your input. I thought my script was neat and organised and utilised subs, I guess my standard is much lower than yours. I try not to use too many subs as most of my scripting is short and simple, and I fear overkill if I do use subs. But your advice on mental powers seems to be tr

Re: Problem with script.

2003-04-01 Thread Scott R. Godin
R. Joseph Newton wrote: > I'm fatalistic. People rarely actually take my advice. I'm going to give > you some anyway. Suspend this project, and work on the process of > organizing your task into named subroutines. You have better things to do > with your mental powers than trying to keep track

Re: Problem with script.

2003-03-31 Thread R. Joseph Newton
Aim wrote: > Dear members, > > I have a problem with a perl script pasted below. Since it is not a > short script I was reluctant to paste all of it but then I thought it > may be easier to understand if I pasted all of it. I greatly welcome any > recommendations to refine the script (I predict ma

RE: Problem with script.

2003-03-31 Thread Aim
Dear members, I have a problem with a perl script pasted below. Since it is not a short script I was reluctant to paste all of it but then I thought it may be easier to understand if I pasted all of it. I greatly welcome any recommendations to refine the script (I predict many of you will have som

Re: problem with script

2001-06-05 Thread John Fox
Verily, on Tuesday June 5, 2001, the Sainted Kweku Addae-Mensah spake: > However I get this warning when I run it > Name "main::opt_f" used only once: possible typo at > openfile.pl line 9. > What could be the problem. Perl's '-w' checking warns you about variables that are only used once, as th