use IO::Socket; $server = IO::Socket::INET->new ( LocalPort => 1247, Type => SOCK…
#!/usr/bin/perl use Socket; my $proto = getprotobyname('tcp'); socket(Server,PF_INET,SOCK_…
#!/usr/bin/perl # # Useage: maze.pl # # use strict; use warnings; ### main program my @maz…
-e 该“文件名”是否存在 -f 该“文件名”是否为文件 -d 该“文件名”是否为目录 -b 该“文件名”是否为一个块设备 -c 该“文件名”是否为一个字符设备 -S 该“文件名”…
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # # @File : Lexical_…
#!/usr/bin/perl use Tk; use Encode; use Win32::API; use threads; use Encode::CN; use Tk::B…
#!/usr/bin/perl -w #use strict; #严格perl的语法,使用它后所有变量必须都用my声明。 use CGI qw(:all); open(FILE,"…
use Encode; use Time::Local; (my $sec,my $min,my $hour,my $day,my $mon,my $year,my $weekda…
#!/usr/bin/env perl use LWP; use Data::Dumper; use HTML::Form; use JSON; use Switch; use H…
#Format: #dbmopen(hash, dbfilename, mode); #tie(hash, Module , dbfilename, flags, mode); d…
#! /usr/bin/perl $ck=`ps -ef | grep 'sasl' | grep -v grep`; if ($ck eq ''){ print "SASL Do…
#!/usr/bin/perl -w use Win32::Shortcut; $ApplicationName = 'c:/winnt/system32/notepad.exe'…
A Perl5 Script Copy File Via SSH
Perl 使用 News::NNTPClient 访问新闻组
多线程子域名 bruteforcer – dnsspider