找回密码
 注册
搜索
查看: 893|回复: 0

[讨论] perl 学习资料,不错的

[复制链接]
发表于 2006-4-29 13:58:00 | 显示全部楼层 |阅读模式
【文件名】:06429@52RD_PERLPROGRAMMINGLANGUAGE.rar
【格 式】:rar
【大 小】:130K
【简 介】:The Practical Extraction and Report Language (perl) is an interpreted language optimized for scanning arbitrary text files, extracting information from those text files,and printing reports based on that information. It is also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). It combines (in the author’s
opinion, anyway) some of the best features of C, sed, awk, and sh, so people familiar with those languages should have little difficulty with it. (Language historians will also note some vestiges of csh, Pascal, and even BASIC-PLUS.) Expression syntax corresponds quite closely to C expression syntax. Unlike most Unix utilities, perl does not arbitrarily limit the size of your data— if you’ve got the memory, perl can slurp in your whole file as a single string. Recursion is of unlimited depth. And the hash tables used by associative
arrays grow as necessary to prevent degraded performance. Perl uses sophisticated pattern matching techniques to scan large amounts of data very quickly. Although optimized for scanning text, perl can also deal with binary data, and can make dbm files look like associative arrays (where dbm is available). Setuid perl scripts are safer than C programs through a dataflow tracing mechanism which prevents many stupid security holes.
If you have a problem that would ordinarily use sed or awk or sh, but it exceeds their capabilities or must run a little faster, and you don’t want to write the silly thing in C,then perl may be for you. There are also translators to turn your sed and awk scripts into perl scripts.
【目 录】:
1. Data Types and Objects
2. Syntax
3. Compound statements
4. Simple statements
5. Expressions


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-9-29 06:20 , Processed in 0.052575 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表