Help for this page
if ( $html =~ m/id="$element" name="challenge" value="(.*?)"/ ) { $post{$element} = $1; }
use strict; use CGI;