Actually it is not, a bit higher up when I parse the data I have a line that reads:
$FORM{name} = $value; Ive tried to fix it here as well but Ive had no luck, Im also getting into the problem with $value as well. thanks! >>> "Mark Anderson" <[EMAIL PROTECTED]> 11/26/02 04:52PM >>> Is that the first time that you are using $FORM in your script? -----Original Message----- From: Fred Sahakian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 1:40 PM To: [EMAIL PROTECTED] Subject: Strict and variables 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 this? thanks!