📄 packinglist@36
字号:
lib/exceptions.pl 42 catch and throw routineslib/fastcwd.pl 43 a faster but more dangerous getcwdlib/find.pl 40 A find emulator--used by find2perllib/finddepth.pl 40 A depth-first find emulator--used by find2perllib/flush.pl 44 Routines to do single flushlib/getcwd.pl 42 a getcwd() emulatorlib/getopt.pl 42 Perl library supporting option parsinglib/getopts.pl 43 Perl library supporting option parsinglib/importenv.pl 44 Perl routine to get environment into variableslib/look.pl 42 A "look" equivalentlib/newgetopt.pl 29 A perl library supporting long option parsinglib/open2.pl 42 lib/perldb.pl 23 Perl debugging routineslib/pwd.pl 42 Routines to keep track of PWD environment variablelib/shellwords.pl 43 Perl library to split into words with shell quotinglib/stat.pl 43 Perl library supporting stat functionlib/syslog.pl 37 Perl library supporting syslogginglib/termcap.pl 39 Perl library supporting termcap usagelib/timelocal.pl 40 Perl library supporting inverse of localtime, gmtimelib/validate.pl 39 Perl library supporting wholesale file mode validationmakedepend.SH 38 Precursor to makedependmakedir.SH 42 Precursor to makedirmalloc.c 33 A version of malloc you might not wantmsdos/Changes.dds 18 Expanation of MS-DOS patches by Diomidis Spinellismsdos/Makefile 40 MS-DOS makefilemsdos/README.msdos 1 Compiling and usage informationmsdos/Wishlist.dds 43 My wishlistmsdos/chdir.c 41 A chdir that can change drivesmsdos/config.h 21 Definitions for msdosmsdos/dir.h 42 MS-DOS header for directory access functionsmsdos/directory.c 39 MS-DOS directory access functions.msdos/eg/crlf.bat 43 Convert files from unix to MS-DOS line terminationmsdos/eg/drives.bat 42 List the system drives and their characteristicsmsdos/eg/lf.bat 43 Convert files from MS-DOS to Unix line terminationmsdos/glob.c 44 A command equivalent to csh globmsdos/msdos.c 37 MS-DOS ioctl, sleep, gete?[gu]if, spawn, aspawnmsdos/popen.c 39 My_popen and my_pclose for MS-DOSmsdos/usage.c 41 How to invoke perl under MS-DOSos2/Makefile 42 Makefile for OS/2os2/README.OS2 1 Notes for OS/2os2/a2p.cs 44 Compiler script for a2pos2/a2p.def 44 Linker defs for a2pos2/alarm.c 39 An implementation of alarm()os2/alarm.h 44 Header file for sameos2/config.h 24 Configuration file for OS/2os2/crypt.c 35 os2/dir.h 41 Directory headeros2/director.c 38 Directory routinesos2/eg/alarm.pl 44 Example of alarm codeos2/eg/os2.pl 41 Sample script for OS/2os2/eg/syscalls.pl 19 Example of syscall on OS/2os2/glob.c 44 Globbing routinesos2/makefile 39 Make fileos2/mktemp.c 44 Mktemp() using TMPos2/os2.c 36 Unix compatibility functionsos2/perl.bad 44 names of protect-only API calls for BINDos2/perl.cs 43 Compiler script for perlos2/perl.def 44 Linker defs for perlos2/perldb.dif 44 Changes to make the debugger workos2/perlglob.bad 44 names of protect-only API calls for BINDos2/perlglob.cs 44 Compiler script for perlglobos2/perlglob.def 44 Linker defs for perlglobos2/perlsh.cmd 28 Poor man's shell for os2os2/popen.c 26 Code for opening pipesos2/s2p.cmd 34 s2p as command fileos2/selfrun.bat 44 A self running perl script for DOSos2/selfrun.cmd 44 Example of extproc featureos2/suffix.c 38 Code for creating backup filenamesos2/tests.dif 20 patchlevel.h 44 The current patch level of perlperl.c 15 main()perl.h 30 Global declarationsperl.man:AA 9 The manual page(s)perl.man:AB 10 perl.man:AC 6 perl.man:AD 11 perl.man:AE 41 perlsh 44 A poor man's perl shellperly.fixer 24 A program to remove yacc stack limitationsperly.y 30 Yacc grammar for perlregcomp.c 2 Regular expression compilerregcomp.h 35 Private declarations for aboveregexec.c 28 Regular expression evaluatorregexp.h 41 Public declarations for the aboveserver 43 A server to test socketsspat.h 41 Search pattern declarationsstab.c 29 Symbol table stuffstab.h 25 Public declarations for the abovestr.c 18 String handling packagestr.h 32 Public declarations for the abovet/README 1 Instructions for regression testst/TEST 41 The regression testert/base/cond.t 29 See if conditionals workt/base/if.t 44 See if if workst/base/lex.t 42 See if lexical items workt/base/pat.t 44 See if pattern matching workst/base/term.t 43 See if various terms workt/cmd/elsif.t 44 See if else-if workst/cmd/for.t 43 See if for loops workt/cmd/mod.t 43 See if statement modifiers workt/cmd/subval.t 23 See if subroutine values workt/cmd/switch.t 41 See if switch optimizations workt/cmd/while.t 40 See if while loops workt/comp/cmdopt.t 39 See if command optimization workst/comp/cpp.t 43 See if C preprocessor workst/comp/decl.t 44 See if declarations workt/comp/multiline.t 43 See if multiline strings workt/comp/package.t 43 See if packages workt/comp/script.t 44 See if script invokation workst/comp/term.t 42 See if more terms workt/io/argv.t 43 See if ARGV stuff workst/io/dup.t 44 See if >& works rightt/io/fs.t 39 See if directory manipulations workt/io/inplace.t 36 See if inplace editing workst/io/pipe.t 43 See if secure pipes workt/io/print.t 44 See if print commands workt/io/tell.t 42 See if file seeking workst/lib/big.t 38 See if lib/bigint.pl workst/op/append.t 44 See if . workst/op/array.t 39 See if array operations workt/op/auto.t 21 See if autoincrement et all workt/op/chop.t 44 See if chop workst/op/cond.t 44 See if conditional expressions workt/op/dbm.t 40 See if dbm binding workst/op/delete.t 43 See if delete workst/op/do.t 43 See if subroutines workt/op/each.t 42 See if associative iterators workt/op/eval.t 42 See if eval operator workst/op/exec.t 43 See if exec and system workt/op/exp.t 43 See if math functions workt/op/flip.t 43 See if range operator workst/op/fork.t 44 See if fork workst/op/glob.t 44 See if <*> workst/op/goto.t 43 See if goto workst/op/groups.t 43 See if $( workst/op/index.t 12 See if index workst/op/int.t 44 See if int workst/op/join.t 40 See if join workst/op/list.t 40 See if array lists workt/op/local.t 43 See if local workst/op/magic.t 43 See if magic variables workt/op/mkdir.t 44 See if mkdir workst/op/oct.t 44 See if oct and hex workt/op/ord.t 44 See if ord workst/op/pack.t 43 See if pack and unpack workt/op/pat.t 38 See if esoteric patterns workt/op/push.t 42 See if push and pop workt/op/range.t 43 See if .. workst/op/re_tests 36 Input file for op.regexpt/op/read.t 44 See if read() workst/op/readdir.t 44 See if readdir() workst/op/regexp.t 43 See if regular expressions workt/op/repeat.t 42 See if x operator workst/op/s.t 38 See if substitutions workt/op/sleep.t 44 See if sleep workst/op/sort.t 42 See if sort workst/op/split.t 41 See if split workst/op/sprintf.t 31 See if sprintf workst/op/stat.t 37 See if stat workst/op/study.t 41 See if study workst/op/substr.t 2 See if substr workst/op/time.t 42 See if time functions workt/op/undef.t 42 See if undef workst/op/unshift.t 39 See if unshift workst/op/vec.t 43 See if vectors workt/op/write.t 41 See if write workstoke.c:AA 5 The tokenertoke.c:AB 31 usersub.c 39 User supplied (possibly proprietary) subroutinesusub/Makefile 44 Makefile for curseperlusub/README 1 Instructions for user supplied subroutinesusub/bsdcurses.mus 32 what used to be curses.mususub/curses.mus 21 Glue routines for BSD cursesusub/man2mus 42 A manual page to .mus translatorusub/mus 40 A .mus to .c translatorusub/pager 13 A sample pager in curseperlusub/usersub.c 34 An initialization file to call curses glue routinesutil.c 17 Utility routinesutil.h 42 Public declarations for the abovex2p/EXTERN.h 44 Same as abovex2p/INTERN.h 44 Same as abovex2p/Makefile.SH 39 Precursor to Makefilex2p/a2p.h 14 Global declarationsx2p/a2p.man 36 Manual page for awk to perl translatorx2p/a2p.y 18 A yacc grammer for awkx2p/a2py.c 28 Awk compiler, sort ofx2p/cflags.SH 41 A script that emits C compilation flags per filex2p/find2perl.SH 33 A find to perl translatorx2p/handy.h 42 Handy definitionsx2p/hash.c 38 Associative arrays againx2p/hash.h 41 Public declarations for the abovex2p/s2p.SH 29 Sed to perl translatorx2p/s2p.man 40 Manual page for sed to perl translatorx2p/str.c 17 String handling packagex2p/str.h 42 Public declarations for the abovex2p/util.c 37 Utility routinesx2p/util.h 42 Public declarations for the abovex2p/walk.c:AA 4 Parse tree walkerx2p/walk.c:AB 42
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -