Help for this page
local *FILE; open( FILE, "> $file" ) or die "Couldn't create '$file' : $!\n"; ... close( FILE );
{ local $/ = ""; ... }; # $form_data now contains the submitted stuff