[求助]graphviz模块出错

[求助]graphviz模块出错

从cpan上下载了graphviz模块,写了一段程序希望能够显示生成的graph,但是调用模块的时候老是报错,错误信息如下:
“Command 'dot' not found in C:\Perl\bin, c:\program files\common files\netsarang, c:\program files\pc connectivity solution\, c:\program files\java\jdk1.5.0_06\bin, c:\orahome816\bin, c:\program files\oracle\jre\1.1.7\bin, c:\orant\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\system32\wbem, C:\WINDOWS\system32\nls, C:\WINDOWS\system32\nls\english, c:\gstools, C:\Program Files\MATLAB\R2006b\bin, C:\Program Files\MATLAB\R2006b\bin\win32, C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT, C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin, C:\Program Files\Microsoft Visual Studio\Common\Tools, C:\Program Files\Microsoft Visual Studio\VC98\bin, C:\Program Files\SSH Communications Security\SSH Secure Shell at C:/Perl/lib/GraphViz.pm line 1148

我的graphviz程序包是装在'c:\program files\att\'目录下的,dot.exe在文件夹'c:\program files\att\graphviz\bin'里。
看到提示的错误信息后我将dot.exe放到了C:\Perl\bin目录下,还是提示相同的错误信息;
后来我打开graphviz.pm看了一下,发现line 1148的内容是:
  run [$program, $type], \$dot, ">", binary(), $out;
我的系统是window xp,我想知道为什么总是找不到dot.exe的路径呢?有没有用过这个模块的,或是有什么可能的错误原因?想听听大家的建议,谢谢!
我从开始菜单的“运行”里面直接打“dot”,是可以运行的啊,真奇怪。
还有,如何将dot.exe的安装路径假如graphviz模块的搜索路径里面呢?