in reply to
Deleting submitted values from and HTML form
Maybe you shouldn't use
delete
as a variable identifier since it is a Perl keyword. This can lead to some weird behaviour (but I am not really sure if that is the problem here).
Comment on
Re: Deleting submitted values from and HTML form
Download
Code
In Section
Seekers of Perl Wisdom