I´m runnig this script on my IIS Server: <script language="PerlScript" RUNAT="Server"> $strName = "_Name: " . $Resquest->Form('txtName'); </script> ... and I get Win32::OLE=HASH(0x35901be) as a value, but if I remove " _Name: " . I get the right value. Does anyone know wy this is happing ? Thanks, Solli _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
- RE: Strange return value on web shonorio
- RE: Strange return value on web Joseph P. Discenza