搜索资源列表
tcpcandperl
- 本程序包包含有linux下socket通讯的tcp例程,包含有tcp的服务器端和客户端,含有C语言以及perl两种实现,本人整理,全部能运行。-bags containing the procedures under linux tcp socket communications routines, including a tcp servers and clients, containing C and perl language to achieve both, I collated all
SOCKET
- linux下的socket的编程入门,适合不懂socket编程及相关基本知识的初学者学习。-linux programming socket under the entry for do not know socket programming and basic knowledge of beginners learning.
CompSocket
- 比较perl几种编写socket的效率~!有POE、底层c库的socket还有封装的IO::Socket!-More a few plaits of perl write the socket efficiency~!The IO that socket that has the POE, the first floor c database still seals to pack:: Socket!
socket
- Socket based perl sample utilities
perl_socket
- 使用perl编写的通用socket客户端程序。 common.pl --提供通用的socket函数 test.pl -- 调用common.pl,使用http协议得到网站的html文件。-Prepared to use perl generic socket client program. common.pl- provide universal socket function test.pl- call common.pl, using the http protocol to be
perl_server
- perl 服务器端程序. 用于解析来自客户端请求的命令和命令行。-perl server socket program
chat-perl-openssl-chat-perl-openssl
- function for chat socket in perl
cgi-bbs
- 动手写论坛项目 1.使cgi更加健壮,安全 2.文件上传和下载, cgi c库可以实现,但不打算用,都自己写,关键是HTTP协议~ 3.留言页面多元化, 支持表情等 4.计算在线时间和统计人数等 5.实现发mail, perl下有sendmail,但c一定要用socket才可以?这样的话得暂时要搁置这功能,因为打算找到工作后再深入socket-1. The cgi more robust, secure 2 file upload and download, cgi c li
CompSocket
- 比较perl几种编写socket的效率~!有POE、底层c库的socket还有封装的IO::Socket!-More a few plaits of perl write the socket efficiency~!The IO that socket that has the POE, the first floor c database still seals to pack:: Socket!
Socket_Final
- Socket代码 TCP协议 perl编程 Linux Windows都适用-Socket code TCP protocol
Perl IRC Bot
- Perl IRC Bot use warnings; use POE::Component::IRC; use POE::Kernel; use POE::Session; use POE::Loop::Select; use POE::Resource::Aliases; use POE::Resource::Events; use POE::Resource::Extrefs; use POE::Resource::FileHandles; use POE::Resource::SIDs;