代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/187544/8626159
pl web-load.pl
#!/usr/bin/perl
#
# File: web-load.pl
#
use LWP::Simple;
use MyStats;
my $URL = "http://www.oreilly.com";
my $count = 3;
my $loadTime = 1;
my $duration = 3;
my $name1 = "URL Watcher1";
my $name2 = "U
www.eeworm.com/read/187544/8626192
pl cisco_ping.pl
#!/usr/bin/perl
use SNMP;
#
# This script was adapted from the one that comes with Net-SNMP
#
my %ipsToPing = (
"192.168.0.48" => 333,
);
my $router = "192.168.0.130";
my $community = "publi
www.eeworm.com/read/187544/8626208
pl web-badlinks.pl
#!/usr/bin/perl
#
# File: web-badlinks.pl
#
use HTML::LinkExtor;
use LWP::Simple;
use MyStats;
my $URL = "http://www.oreilly.com";
my $count = 3;
my $loadTime = 1;
my $duration = 3;
my $name1 = "URL
www.eeworm.com/read/187544/8626391
pl snmpget2.pl
#!/usr/local/bin/perl
#filename: /opt/local/perl_scripts/snmpget2.pl
use SNMP_util;
$MIB1 = shift;
$HOST = shift;
($MIB1) && ($HOST) || die "Usage: $0 MIB_OID HOSTNAME";
($value) = &snmpget("$HOST","$
www.eeworm.com/read/187536/8629756
html datapackageresources_pl.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/432021/8639165
pl job-status.pl
#!@WHICHPERL@
##
## $Id: job-status.pl 1339 2006-09-21 19:46:28Z tbailey $
##
## $Log$
## Revision 1.1 2005/08/19 22:55:31 nadya
## initial revision
##
##
print "Content-type:text/html\n\n";
#for
www.eeworm.com/read/432021/8639172
pl process_request.pl
#!@WHICHPERL@
##
## $Id: process_request.pl 1339 2006-09-21 19:46:28Z tbailey $
##
## $Log: process_request.pl,v $
## Revision 1.6.6.1 2006/02/16 23:22:35 nadya
## update path to show the background
www.eeworm.com/read/387855/8650909