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.