代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/187544/8626153
pl switch_control.pl
#!/usr/bin/perl
use SNMP;
use Getopt::Long;
GetOptions("mac=s" => \$gMac,
"index=s" => \$gIndex,
"action=s" => \$gAction,
);
($gMac,$gAction,$gIndex) = verifyInput
www.eeworm.com/read/187544/8626156
pl pop3.pl
#!/usr/bin/perl
#
# File: pop3.pl
#
use Net::POP3;
use MyStats;
my $sleep = 1;
my $server = "pop3.oreilly.com";
my $username = "kschmidt";
my $password = "pword";
my $timeout = 30;
my $count = 3;
my
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