代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/458554/7294116
pl chat-config.pl
$mytitle="冰花雪夜";
$myversion="V5.0";
$logouturl = "/";
$guestbook="/chat/wwwboard.html";
$cssurl="/mystyles.css";
$logincishu=10; #登陆次数占百分数
$shijianfu=50; #在线时间占百分数
$saycishu=40; #说话次数占百分数
$p
www.eeworm.com/read/458554/7294117
pl chat-displaycount.pl
sub displaycount
{
opendir (MEMBERDIR, "$memberspath");
@members = readdir(MEMBERDIR);
closedir (MEMBERDIR);
$found = 0;
$match = 0;
@myid;
@mycount;
@mydate;
@mytime;
$i=0
www.eeworm.com/read/458554/7294118
pl chat-checkip.pl
sub checkip
{
#$userip=$ENV{'REMOTE_ADDR'};
open(PASSWD,"$filehead$kickipfile");
@lines = ;
close(PASSWD);
@myip1=split('\.',$userip);
#模糊踢人支持通配符如:202.97.228.*
foreach $
www.eeworm.com/read/458554/7294119
pl chat-actdnd.pl
sub dodisturb
{
$userid=$username;
$dndusernew=&get_var("dnduser");
print "设置$userid的请勿打扰名单\n";
print "\n";
open(DNDFIL
www.eeworm.com/read/458554/7294120
pl chat-returntype.pl
sub return_type {
@online =&readtxtfile($onlinefile,2);
@online =sort @online;
print "";
print "";
print "type
www.eeworm.com/read/457776/7317961
pl submit_rules.pl
################
# test the socket client
################
#! /usr/bin/perl -w
use strict;
use Socket;
die "Usages: $0 \n" unless $#ARGV == 2;
my ($site_url, $clr_fi
www.eeworm.com/read/457303/7328149
pl conf.change.pl
#!/usr/bin/env perl
# this script patches a config.status file, to use our own perl script
# in the main loop
# we do it this way to circumvent hacking (and thereby including)
# autoconf function (wh
www.eeworm.com/read/457303/7328166
pl detect-autoconf.pl
#!/usr/bin/env perl
# Try to locate best version of auto*
# By Michael Pyne
#
# Copyright (c) 2005.
# This code is public domain. You may use it however you like (includin
www.eeworm.com/read/456205/7354538
pl ca-bundle.pl
##
## ca-bundle.pl -- Regenerate ca-bundle.crt from the Mozilla certdata.txt
##
# configuration
my $cvsroot = ':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot';
my $certdata = 'mozilla/securit
www.eeworm.com/read/456193/7354709
m fm_pl.m
function fm_pl(flag)
% FM_PL define Polinomial Loads
%
% FM_PL(FLAG)
% FLAG -> 0 initialization
% FLAG -> 1 algebraic equations
% FLAG -> 2 algebraic Jacobians
%
%Author: Federico