代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/285976/8796382
pl dbdemo.pl
#-----------------------------------------------------------------
# Invoke as perl -I../../Object demodb.pl {Adaptor::File|Adaptor::DBI}
# When program exits or transaction is committed, the data i
www.eeworm.com/read/285976/8796406
pl testdbfile.pl
#-----------------------------------------------------------------
# Testing DB_File
#
use DB_File;
use Fcntl;
$file = 'test';
tie (%h, 'DB_File', $file, O_RDWR|O_CREAT, 0666, $DB_BTREE);
$D
www.eeworm.com/read/285976/8796424
pl computer.pl
package StoreItem;
my $_sales_tax = 8.5; # 8.5% added to all components's post rebate price
sub new {
my ($pkg, $name, $price, $rebate) = @_;
bless {
_name => $name, _price =
www.eeworm.com/read/285975/8797404
pl benchmark.pl
#! /usr/bin/perl --
##############################################################################
## Filter script (Recommended) from Appendix C of "Perl Best Practices" ##
## Copyright (c) O
www.eeworm.com/read/285975/8797414
pl debug.pl
#! /usr/bin/perl --
##############################################################################
## Filter script (Recommended) from Appendix C of "Perl Best Practices" ##
## Copyright (c) O
www.eeworm.com/read/429459/8807754
pl headgen.pl
#! d:\p\dev\perl\bin\perl -w
use strict;
use POSIX qw(strftime);
my $delfile = "del";
my $scriptName = "HeadGenerator";
# cmtb表示注释开始,cmte表示注释结束,cmtl将添加到每行行首
# 现在为C语言设置的,想要使之适用于其它语言,如vb,只需要修改
www.eeworm.com/read/429459/8807757
pl recur.pl
#! d:\p\dev\perl\bin\perl -w
use strict;
my $folder;
my $file;
($folder) = @ARGV;
if(!defined($folder)){
$folder = ;
chomp $folder;
}
print "Opening $folder";
opendir DIR,
www.eeworm.com/read/429459/8807762
pl headguard.pl
#! d:\p\dev\perl\bin\perl -w
use strict;
my $delfile = "del";
my $scriptName = "HeadGenerator";
my $fn;
my $tfn;
my $iscr = 0;
my $smod;
my $guard;
($fn, $smod) = @ARGV;
if(!defined($fn)
www.eeworm.com/read/285859/8807909
pl makefile.pl
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Net::CIDR::Lite',
'VERSION_F