print "input :"; chomp ($num=<STDIN>); foreach (100..(10**($num)-1)){ my $t=$_; my $…
#! /usr/bin/perl -w use strict; my $filepath = "input3"; my @matrix = (); my $count; my $m…
#!/usr/bin/perl use Archive::Zip; use IO::File; use Data::Dumper; use XML::Simple; my $buf…
#!\usr\bin\perl use warnings; use strict; use DBI; my ($dbh, $rows); $dbh=DBI->connect(…
#!/usr/bin/perl -w use Win32; use Win32::Process; $ApplicationName = 'c:/perl/bin/perl.exe…
use LWP::UserAgent; $user_agent = new LWP::UserAgent; $request = new HTTP::Request('GET', …
#!/usr/bin/perl -w use Win32; @os = Win32::GetOSVersion(); print "Version $os[1]\.$os[2] B…
# The syntax is (name, altnames, addrtype, len, addrs) = gethostbyname (inname); #!/usr/lo…
while (<>) { if (/Iteration_query-def/) { />(.*?)</; $out1=$1; } if (/Hit_def/…
#!/usr/bin/env perl6 my \stdin = $*IN; my $count = ~stdin.get(); my %table = 93 => 91, …
#!/usr/bin/perl -w if( @ARGV != 2 ) { print "Usage: we need two files\n"; exit 0; } my $ID…
#转换整个文件 code2html -l java Test.java test.html #转换代码片段 code2html -p test.html #test.html &l…