Hi
I'm using perl 5.8.3 for MsWin32 and I have problems installing HTML-Parser. Here is the error that I get:
C:\HTML-Parser-3.45>perl Makefile.PL
Writing Makefile for HTML::Parser
C:\HTML-Parser-3.45>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SY
S -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"3.45\"
-DXS_VERSION=\"3.45\" "-IC:\Perl\lib\CORE" -DMARKED_SECTION Parser.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
C:\HTML-Parser-3.45>
Any help would be greatly appreciated.
Thanks