Download List

项目描述

PPerl is a persistent Perl interpreter that was
developed in order to reduce the high compile-time
overhead associated with running many scripts
persistently.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-06-17 14:32
0.14

PPerl已被完全改写。而不是通过标准输入/多套接字STDOUT的,但它现在传递文件描述符。这使得速度更快,并删除所有的socket流量控制代码。
标签: Major feature enhancements
PPerl has been completely rewritten. Rather than pass STDIN/STDOUT over the sockets, it now passes the file descriptors. This makes it faster, and removes all the socket flow control code.

2002-06-11 12:38
0.12

取消了网络需要::服务器,并提出了一些性能和稳定性调整。
标签: Major bugfixes
Removed the need for Net::Server, and made some performance and stability tweaks.

2002-04-22 10:57
0.05

此版本包括对于big - endian架构修复,以及-k/--kill选择杀死另外目前PPerl脚本。
标签: Major bugfixes
This version includes fixes for big-endian architectures, and the addition of -k/--kill option to kill a current PPerl script.

Project Resources