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!
