#!/usr/bin/env perl use utf8; use strict; use warnings; use 5.10.0; use File::Copy qw/copy…
<?xml version="1.0" encoding="utf-8" ?> <employees> <employee age="30"> …
#!/usr/bin/perl # Copyright 2014 tkorays. All rights reserved. # author tkorays # email tk…
#!/usr/bin/perl use File::stat; use POSIX qw(strftime); if (@ARGV != 1) { print "Usage: $0…
# Author : thicket # Date : 2013/01/31 # WebSite : hi.baidu.com # 在当前文件夹生成以日期为文件名的xml文件,可以…
$wf_workflow=1; $wf_workflow?($test=1233):($test=321); #if($wf_workflow){$test=1233;}else{…
use Win32; use Win32::API; use Win32::OLE qw( in ); my $machine = "."; my $WMIServices = W…
#!/usr/bin/perl #use Cwd; sub RightAll(){ local($dir) = @_; opendir(DIR,"$dir"|| die "can'…
#!\usr\bin\perl use warnings; use strict; use DBI; my $dbh=DBI->connect('dbi:mysql:test…
#!/usr/bin/perl -w use Win32::OLE; $class = 'Excel.Application'; $app = Win32::OLE->new…
use XML::Parser; $currentLine = 0; $parser = new XML::Parser(Handlers => {Start => \…
#!/usr/bin/perl use Win32::Clipboard; $clip = Win32::Clipboard->new(); $clip->Set( "…
perl爬虫收集当前页面所以链接地址,不需要用HTML::LinkExtor模块