in reply to perldoc error

You did it wrong, and cmd.exe is no longer in your path
set path=%windir%\system32 set path=%path%;%windir% set path=%path%;%windir%\System32\Wbem set path=%path%;C:\Perl\bin\

Replies are listed 'Best First'.
Re^2: perldoc error
by ww (Archbishop) on Feb 17, 2009 at 03:06 UTC

    AnonyMonk may well be correct, but it might be well to find out what's actually in your path before tweaking it.

    Typing path from ANY command prompt will tell you.