代码搜索:如何学习 PL?

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

代码结果 10,000
www.eeworm.com/read/100066/15886906

pl smsgw.pl

#!/usr/bin/perl -w #=========================================================== # Program : smsgw.pl # Author : Philippe Andersson # Date : 24/03/99 # Version : 1.1 # Comment : (c) Les Ateliers du
www.eeworm.com/read/100049/15887061

pl creatvoc.pl

# Hi, All! It's just an example on "How to create the vocabulary file" # and "How to maintain the vocabulary files" ;-) Use the ActiveWare # Perl or something other to run it. Command line must cont
www.eeworm.com/read/100048/15887100

pl gencrack.pl

#!/usr/bin/perl require 5; # LCL symbol... localize symbols # ARC arch architecture symbol # DFT cpp-expr default method? # DEF symbol alternatives... specifiy alternatives # DEP cpp-expr wh
www.eeworm.com/read/100029/15887898

pl mm.pl

#!/usr/bin/perl # Mirror Master. # Run several mirrors in parallel. # # # # Copyright (C) 1990 - 1998 Lee McLoughlin # # Permission to use, copy, and distribute this software and its # documentation
www.eeworm.com/read/100029/15887902

pl lsparse.pl

#-*-perl-*- # Copyright (C) 1990 - 1998 Lee McLoughlin # # Permission to use, copy, and distribute this software and its # documentation for any purpose with or without fee is hereby granted, # prov
www.eeworm.com/read/100029/15887909

pl dateconv.pl

# Convert a date into a time. # # # Copyright (C) 1990 - 1998 Lee McLoughlin # # Permission to use, copy, and distribute this software and its # documentation for any purpose with or without fee is
www.eeworm.com/read/100029/15887912

pl lstest.pl

#!/usr/local/bin/perl -s unshift( @INC, '.' ); unshift( @INC, '..' ); require 'lsparse.pl'; $debug = 1; $dir=""; if( $local ){ $dir = shift; } open( LS, $ARGV[0] ) || die "cannot read: $ARGV[0] "
www.eeworm.com/read/100029/15887914

pl lchat.pl

# # # # Copyright (C) 1990 - 1998 Lee McLoughlin # # Permission to use, copy, and distribute this software and its # documentation for any purpose with or without fee is hereby granted, # provided t
www.eeworm.com/read/100029/15887916

pl ftp.pl

#-*-perl-*- # This is a wrapper to the lchat.pl routines that make life easier # to do ftp type work. # # # # Copyright (C) 1990 - 1998 Lee McLoughlin # # Permission to use, copy, and distribute thi
www.eeworm.com/read/100029/15887922

pl mirror.pl

#!/usr/bin/perl # Make local directories mirror images of a remote sites # # # Copyright (C) 1990 - 1998 Lee McLoughlin # # Permission to use, copy, and distribute this software and its # documentat