Re: Strict and variables

2002-11-26 Thread WilliamGunther
In a message dated 11/26/2002 5:08:23 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Using "my $FORM{'changeaddress'}" doesnt work It's a hash. Use my %FORM;

Strict and variables

2002-11-26 Thread Fred Sahakian
Hello, Im working a program and trying to get the pragma 'strict' to work. I cant define a variable though, Im stuck, any ideas? my $changeaddress = $FORM{'changeaddress'}; I keep getting an error on the $FORM Using "my $FORM{'changeaddress'}" doesnt work. what is the correct way to handle