代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/281357/9160460
pl snort_stat.pl
#!/usr/bin/perl
#
# $Id: snort_stat.pl,v 1.3 2000/11/17 05:28:20 jpickel Exp $
# $Revision: 1.3 $
#
# snort_stat.pl is a perl script trying to generate statistical data from every
# day snort log fil
www.eeworm.com/read/281357/9160469
pl snort-sort.pl
#!/usr/bin/perl
#
# Filename: snort-sort
# Author: Andrew R. Baker
# Modified: 2000.03.06
# Purpose: this script produces a sorted list of snort alerts
#
www.eeworm.com/read/183326/9168874
pl convert_configure.pl
extproc perl -S -w
# The converted script is written to stdout, so run this script as
# convert_configure configure > configure.cmd
#
# When the converted script runs, it expects that /tmp dir is
www.eeworm.com/read/379766/9178394
jpg pl_bg.jpg
www.eeworm.com/read/182888/9187095
pl nkf_test.pl
#!/usr/local/bin/perl
#
# nkf test program for nkf 1.7
# Shinji KONO
# Sun Aug 18 12:25:40 JST 1996
# Sun Nov 8 00:16:06 JST 1998
#
# This is useful when you add new patch
www.eeworm.com/read/182833/9188766
pl avg-stats.pl
#!/usr/bin/perl -w
use strict;
my $argsfile;
if ($ARGV[0] eq "--args") {
shift(@ARGV);
$argsfile = shift(@ARGV);
}
my $log = shift;
if (!defined($log)) {
die "hi stupid, did you tell me where y
www.eeworm.com/read/182833/9188771
pl make-graph.pl
#!/usr/bin/perl -w
use strict;
use Getopt::Long;
my $xstat = "BW_TOTALS:overall_bw";
my @ystat = ("OVERALL_LOOKUPS:lookup_mean");
my $xlabel;
my @ylabel;
my $hulllabel = "BW_TOTALS:live_bw";
my $par
www.eeworm.com/read/182833/9188772
pl merge-stats.pl
#!/usr/bin/perl -w
use strict;
# check for args file first
my $argsfile;
if( $ARGV[0] eq "--args" ) {
shift(@ARGV);
$argsfile = shift(@ARGV);
}
my @logs;
my $logfile;
if ($ARGV[0] eq "--logs
www.eeworm.com/read/182833/9188773
pl run-simulations.pl
#!/usr/bin/perl -w
# Copyright (c) 2003 Jeremy Stribling
# Massachusetts Institute of Technology
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy