Re: AW: if-else-statement

2003-09-03 Thread David Wall
--On Wednesday, September 03, 2003 11:56 PM +0200 "B. Fongo" <[EMAIL PROTECTED]> wrote: The original script has both -w and strict on, and no warnings are generated. So everything is ok except param perhaps. The value of param is some how sticky. Look at the docs for CGI.pm under pragmas, the -no

AW: if-else-statement

2003-09-03 Thread B. Fongo
; [EMAIL PROTECTED] Betreff: RE: if-else-statement > Hello Hello again. > > Below is a portion of a script that displays a table. The > argument passed by param() determines the number of rows the > table should display. > For some unknown reason, the value of param() seem to b

RE: if-else-statement

2003-09-03 Thread Dan Muey
> Hello Hello again. > > Below is a portion of a script that displays a table. The > argument passed by param() determines the number of rows the > table should display. > For some unknown reason, the value of param() seem to behave > strangely. It at times the value does not change; even

if-else-statement

2003-09-03 Thread B. Fongo
Hello Below is a portion of a script that displays a table. The argument passed by param() determines the number of rows the table should display. For some unknown reason, the value of param() seem to behave strangely. It at times the value does not change; even if a different number is sent a