在 Windows Vista 上安装 Perl
我需要在我的 Windows Vista 机器上运行 Perl。我从这里下载了 64 位版本的“active perl”(因为我有一台 64 位机器): http://www.perl.org/get.html#win32 (ActivePerl-5.14.2.1402-MSWin32-x64-295342.msi)
我运行了可执行文件,然后按照默认提示进行操作。
安装后,我在cmd提示符中输入:
perl -v
...然后它吐出...
'perl' is not recognized as an internal or operable program or batch file.
I need to run perl on my windows vista machine. I downloaded the 64 bit version of 'active perl' (because I have a 64 bit machine) from here: http://www.perl.org/get.html#win32
(ActivePerl-5.14.2.1402-MSWin32-x64-295342.msi)
I ran the executable and just followed the default prompts.
After installing, I typed into my cmd prompt:
perl -v
...and it spit out...
'perl' is not recognized as an internal or operable program or batch file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 PATH 可能未设置为指向您的 perl 安装。
Your PATH is probably not set up to point to your perl installation.