in reply to enctype problem in CGI

Using Perl v5.6.1 (Siemens build) on Windows 98, and your exact code, I get:
</head><body><form method="post" action="myAction.p " enctype="applica +tion/x-www-form-urlencoded">

and I get the same thing if I omit -enctype=>&CGI::URL_ENCODED.
I get the same with Perl v5.8.0 (Activestate)
chas