Re: Problems with URL parameters.

2003-05-30 Thread R. Joseph Newton
Nicholas Davey wrote: > Hi. > > Im not totaly new to programming in general. I am fairly new to PERL One thing wetry to avoid in Perl is SHOUTing We do use upper case for constants, though. [snip] > http://www.blah.com/cgi-bin/index.cgi?login=yes (DONT go here, example only) > > #!/usr/bin/perl

Re: Problems with URL parameters.

2003-05-28 Thread zentara
On Wed, 28 May 2003 01:00:51 -0500, [EMAIL PROTECTED] (Nicholas Davey) wrote: >The problem I am having is this: When I pass a parameter via a URL, my >script isnt picking it up, and my if statement is working. > >Here is the basic idea behind my script (all PERL standards are followed on >my host.

Re: Problems with URL parameters.

2003-05-28 Thread fliptop
On Wed, 28 May 2003 at 01:00, Nicholas Davey opined: [snip] ND:http://www.blah.com/cgi-bin/index.cgi?login=yes (DONT go here, example only) ND: ND:#!/usr/bin/perl ND: ND:[ output HTML headers and top of page here ] ND: ND:if (login eq 'yes') { ND:[ output login form here ] ND:} ND: ND:[ output

Problems with URL parameters.

2003-05-28 Thread Nicholas Davey
Hi. Im not totaly new to programming in general. I am fairly new to PERL though. I have used PERL to do many useful things on my RH system, but I have never done anything on the web. I have my own website *under construction* which I am writing in PERL. I was using ColdFusion, but my host doesnt s