代码搜索:如何学习 PL?

找到约 10,000 项符合「如何学习 PL?」的源代码

代码结果 10,000
www.eeworm.com/read/113482/15455216

pl strip.pl

#!/usr/bin/perl -w open(IN,$ARGV[0] ); while ( ) { s/std:://g; print $_; }
www.eeworm.com/read/113383/15457023

pl makefile.pl

# Makefile.PL - my first attempt at making a makefile # and testing/installing a Perl module # Eric Lease Morgan # University Libraries of Notre Dame # 12/24/02 - twea
www.eeworm.com/read/113383/15457034

pl test.pl

# test.pl - a bit braindead testingn script; needs a lot of work! # Eric Lease Morgan # University Libraries of Notre Dame # 2002/08/26 - updated for version 2.51 of MyLibrary.pm
www.eeworm.com/read/100036/15460948

pl testdes.pl

#!/usr/local/bin/perl # des.pl tesing code require 'des.pl'; $num_tests=34; @key_data=( 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, 0x30,
www.eeworm.com/read/100036/15460952

pl shifts.pl

sub lab_shift { local(*a,$n)=@_; local(@r,$i,$j,$k,$d,@z); @r=&shift(*a,$n); foreach $i (0 .. 31) { @z=split(/\^/,$r[$i]); for ($j=0; $j
www.eeworm.com/read/100036/15460972

pl des.pl

#!/usr/local/bin/perl # Copyright (C) 1993 Eric Young # des.pl - eric young 22/11/1991 eay@psych.psy.uq.oz.au # eay - 92/08/31 - I think I have fixed all problems for 64bit # versions of perl but
www.eeworm.com/read/100274/15460999

pl oracletool.pl

#!/usr/bin/perl # Copyright (c) 1998,1999,2000 Adam vonNieda # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the Perl
www.eeworm.com/read/112801/15476382

po pl.po

# Polish translation of Efax-gtk. # Copyright (C) 2001 Chris Vine # This file is distributed under the same license as the PACKAGE package. # Paweł Suwiński , 2004. # # msgid "" msgstr ""
www.eeworm.com/read/112801/15476394

gmo pl.gmo

www.eeworm.com/read/112300/15489846

pl genoptions.pl

#!/usr/bin/perl -nw # Read the options.in file and generate options.[cht] from it. # $Id: genoptions.pl,v 1.4 2001/12/29 20:23:03 olaf Exp $ BEGIN { $h="File generated by genoptions.pl, do not ed