代码搜索:PL 有哪些应用?

找到约 10,000 项符合「PL 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/429119/8817652

pl clean.pl

# # Copyright Markus Mertama 2008 # Cleanup folders from tree # use strict; use File::Path qw(rmtree); my $root = $ARGV[0]; my @dirs; for(my $i = 1; $i
www.eeworm.com/read/429119/8817657

pl subst.pl

use strict; my $fname = $ARGV[0]; my @prepattern = split(/!!/, $ARGV[1]); my @pattern = split(/!!/, $ARGV[2]); my @subst = split(/!!/, $ARGV[3]); foreach my $f (@prepattern) { #print "*$f
www.eeworm.com/read/187342/8832547

pl fontinfo.pl

#! /usr/bin/perl -w # # Generate the fontinformation tables for the required fonts (Linux version) # @charnames1 = ( "ellipsis", "trademark", "perthousand", "bullet", "quoteleft", "quoteright", "guil
www.eeworm.com/read/428849/8834402

pl references.pl

{ "Anderson62" =>"T.W.Anderson and R.R.Bahadur. Classification into two multivariate normal distributions with differrentia covariance matrices. Anals of Mathematical Statistics, 33:420--431, Ju
www.eeworm.com/read/187101/8856410

pl autoscan.pl

#! @PERL@ # autoscan - Create configure.scan (a preliminary configure.in) for a package. # Copyright (C) 1994 Free Software Foundation, Inc. # This program is free software; you can redistribute it a
www.eeworm.com/read/284896/8885001

txt pl.txt

004643F9 66:0146 78 ADD WORD PTR DS:[ESI+78],AX 004643FD 33C9 XOR ECX,ECX 004643FF 0FBF46 78 MOVSX EAX,WORD PTR DS:[ESI+78] 00464403 66:8B0D
www.eeworm.com/read/284731/8905712

pl filecollector.pl

#!/opt/dc_perl/bin/perl ############################################################################### # # @(#) Perl Module: filecollector.pl # # Copyright(C) 2002-2004 BOCO Inter-Telecom DC Team
www.eeworm.com/read/284731/8905771

pl ftp.pl

#!/usr/local/perl5/bin/perl use Getopt::Long; use Net::FTP; my $usage = "\nUsage:$0 \n\t-h \n\t-u \n\t-p \n\t-f \n\t-r \n\t-o -get[-put]
www.eeworm.com/read/284731/8905775

pl telnet.pl

#!/usr/bin/env perl use Net::Telnet; use Data::Dumper; my $ip = "133.197.19.2"; my $usr = "wangguan"; my $pass = "wangguan"; my $telnet_hdl=new Net::Telnet (Timeout => 1800, Prompt => '/[\$%#>:]\s*
www.eeworm.com/read/284727/8905803

pl fundparser.pl

#!C:\Perl\bin\perl use Data::Dumper; my $fund_list; my $fund_name; my $stock; my $file = "d:/perl/fundlist"; open(READ,$file) or die "cannot read $file\n"; while() { my $data = $_; chomp($