2018年1月8日

udpserver.pl 和 udpclient.pl

摘要: udpserver.pl udpclient.pl 阅读全文

posted @ 2018-01-08 09:45 chulia 阅读(148) 评论(0) 推荐(0)

perl_nc.pl

摘要: #!/usr/bin/perl use strict; use IO::Socket; use IO::Select; use Getopt::Std; my %option;getopts('lp:', %option); # listen on local port if( defined $option{'l'} ) { if( !defined $option... 阅读全文

posted @ 2018-01-08 09:44 chulia 阅读(143) 评论(0) 推荐(0)

导航