Help for this page
print <<'SUBMITFORM'; <form method="post" action="?" enctype="multipart/form-data"> ... SUBMITFORM
C:\>perl -Mstrict -MCGI -we"print hr" Unquoted string "hr" may clash with future reserved word at -e line 1. ... C:\>perl -Mstrict -MCGI=hr -we"print hr" <hr /> C:\>