代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/100605/15869622
pl configure.pl
#!/usr/bin/perl -w
# WARNING: This file is machine-generated; any changes will be lost.
# Instead, change mkconfig.pl and the system description files.
# If you find a bug in this program (such as g
www.eeworm.com/read/100569/15871785
pl crystal.pl
#! /perl/bin/perl.exe
# Created by friendship_@bimamail.com
# Program : Key Generator for Crystal FTP v.1.0
my ($n1, $n2, $n3, $n4, $n5, $n6, $n7, $n8) = 0;
my @_f738_ = qw (0 0 0 0 0 0
www.eeworm.com/read/100415/15874091
pl config.pl
#!/usr/bin/perl
# a script for use by autoconf to make the Makefiles
# from the Makefile.in's
#
# the original autoconf mechanism first splits all substitutions into groups
# of ca. 90, and than invok
www.eeworm.com/read/100359/15876159
pl macros.pl
#!/usr/bin/perl
#
# macros.pl produce macros.c from standard.mac
#
# The Netwide Assembler is copyright (C) 1996 Simon Tatham and
# Julian Hall. All rights reserved. The software is
# redistri
www.eeworm.com/read/100359/15876167
pl insns.pl
#!/usr/bin/perl
#
# insns.pl produce insnsa.c, insnsd.c, insnsi.h, insnsn.c from insns.dat
#
# The Netwide Assembler is copyright (C) 1996 Simon Tatham and
# Julian Hall. All rights reserved. T
www.eeworm.com/read/100359/15876177
pl rdsrc.pl
#!/usr/bin/perl
# Read the source-form of the NASM manual and generate the various
# output forms.
# TODO:
#
# PS output:
# - show page numbers in printed output
# - think about double-side
www.eeworm.com/read/100265/15879270
pl highlight.pl
%Highlights = ();
# We use the color save/restore codes here
sub highlighter {
foreach $p (keys %Highlights) {
s/($p)/${CSave}$Highlights{$p}$1${CRestore}/g;
}
}
sub cmd_highlight {
www.eeworm.com/read/100265/15879271
pl trigger.pl
%Triggers = ();
sub trigscan {
my ($t, $a);
foreach $t (keys %Triggers) {
next unless /$t/ && $Triggers{$t}->[1];
foreach $a (split /;/, $Triggers{$t}->[0]) {
mcl_send($a);
}
www.eeworm.com/read/100265/15879272
pl mudftp.pl
# mudFTP support - push mode only, no caching support yet, autologin supported
#
# Oliver Jowett , 10/02/99
package mudFTP;
use Socket;
use Fcntl;
use POSIX qw(:sys_wait_h :errno
www.eeworm.com/read/100265/15879273
pl gag.pl
%Gags = ();
sub cmd_gag {
my ($count) = (0);
if (/^(\d+)/) {
# Remove a certain gag
foreach (keys %Gags) {
if (++$count == $1) {
print "Deleted gag