如何在 Windows XP 的活动 Perl 中安装 DFA::Simple 或 DFA::Command Perl 模块

发布于 2024-12-12 04:17:48 字数 190 浏览 3 评论 0 原文

我正在使用适用于 32 位 Windows XP 笔记本电脑的活动 perl 5.12。我想安装 DFA::Simple 或 DFA::Command 模块来创建有限状态机。我尝试使用 ppm install [ppmx file] 从 ppm 存储库进行安装,但没有成功无法正确安装。请建议我任何其他更好的安装方法或任何其他可用于创建简单状态机的 Perl 模块。

i am using active perl 5.12 for 32 bit windows XP laptop.i want to install DFA::Simple or DFA::Command module to create a finite state machine.i tried installing from ppm repositories using ppm install [ppmx file] but it didn't install properly.please suggest me any other method which would be better to insrall or any other perl module which can be used to crate a simple state machine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

叹梦 2024-12-19 04:17:48

下载它。然后从命令提示符处执行以下操作:

perl Makefile.pl.
dmake test
dmake install

DFA::Simple 模块已从 CPAN 中删除,但您应该能够在 背板

PS 你可以在CPAN上下载dmake。您可以使用 nmake 代替 dmake。

Download it. Then do from command prompt:

perl Makefile.pl.
dmake test
dmake install

DFA::Simple module was deleted from CPAN, but you should be able to find it on backpan.

P.S. You can download dmake on CPAN. You may use nmake instead of dmake.

把时间冻结 2024-12-19 04:17:48

DFA::Simple 位于 github 上: https://github.com/gitpan/DFA-Simple

DFA::Simple is on github at https://github.com/gitpan/DFA-Simple.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文