#!/usr/bin/perl -w use utf8; use strict; use warnings; sub lsrp { my ($dir, $sub, $ext, $p…
#!/usr/bin/perl -w #Description:rerun eod job group by system #Auther:Suzm #Date :2015-06-…
#!/usr/bin/perl use strict; die "Wrong argument number\n" if @ARGV != 3; # print to file i…
#! /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 diagnostics; sub bin2cn{ die "Error:1001:bin2cn\n" if chop($_[0]) …
#!/usr/bin/perl use strict; use warnings; use feature qw(say); print "输入需要查找的元素:"; my $obj…
#!/usr/bin/perl #use Cwd; sub CompileAll(){ local($dir) = @_; opendir(DIR,"$dir"|| die "ca…
#!/usr/bin/perl use strict; use DBI; my @drivers; @drivers = DBI->available_drivers; fo…
#!/usr/bin/perl -w use Win32; #$ApplicationName = 'c:/winnt/system32/notepad.exe'; #$Appli…
use XML::Simple; my $simple = XML::Simple->new(); # initialize the object my $tree = $s…
use Win32::EventLog; $eventLog = Win32::EventLog->new('System') || die $!; %eventRecord…
mod_security日志信息提取工具 – modgrep