#! /bin/bash LOGFILE=/var/log/nginx/access.log PREFIX=/etc/spiders #日志中大部分蜘蛛都有spider的关键字,但…
#!perl # #Author:caryl # # use strict; use Cwd; use File::Spec; use File::Basename; open S…
#!/usr/bin/perl -w use strict; use feature 'say'; use Spreadsheet::ParseExcel; ####excel操作…
#!/usr/bin/perl use strict; use warnings; use feature qw(say); my @e = qw/ 4 88 5 21 92 37…
#!/usr/bin/perl # sydi_dmenu --- # # Filename: sydi_dmenu # Description: This script make …
use DBI qw(:sql_types); my $dbh = DBI->connect('dbi:mysql:sample_db','root','password',…
# This function takes the error number returned by the Win32::GetLastError function. #!/us…
use XML::Parser; my $xmlfile = "yourXML.xml"; my $parser = XML::Parser->new( ErrorConte…
#!/usr/bin/perl -w use Win32::EventLog; $area = 'System'; # Default $host = $ENV{'Computer…
#!/usr/bin/perl print "client\n"; $AF_UNIX=1; $SOCK_STREAM=1; $PROTOCOL=0; socket(CLIENTSO…
#!/usr/bin/env perl6 use v6; sub MAIN(Str :f($file)) { my @lines = $file.IO.lines; my @sub…
#!/usr/bin/perl use threads; use threads::shared; use Thread; use Thread::Queue; use POSIX…
使用perl socket 在WINDOWS DHCP服务上 实现ip绑定