upload/duxiu_main2/【星空藏书馆】/图书馆8号/读秀国家图书馆/读秀书库【08】/图书分类/【V2---博哥纪录片社群】1号盘等多个文件/计算机网络/汇总/Programing编程/Perl/O'Reilly - Programming Perl 5 Quick Reference Guide.pdf
Programming Perl 5 Quick Reference Guide 🔍
Johan Vromans, Squirrel Consultancy
O'Reilly Media, Incorporated, 3. ed., rev. and updated, Beijing, 2000
English [en] · PDF · 0.2MB · 2000 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
description
Revised to cover Perl Version 5.6, this quick reference provides a complete overview of the Perl programming language, all packed into a convenient, carry-around booklet.
This third edition covers:
A summary of Perl syntax rules
A complete list of operators, built-in functions, and standard library modules, all with brief descriptions
The newest Perl features, such as enhanced regular expressions, multithreading, the Perl compiler, and unicode support The Perl 5 Pocket Reference, 3rd Edition, is the perfect companion to the authoritative books on Perl published by O'Reilly & Associates: Programming Perl, Learning Perl, and the Perl Cookbook.
This third edition covers:
A summary of Perl syntax rules
A complete list of operators, built-in functions, and standard library modules, all with brief descriptions
The newest Perl features, such as enhanced regular expressions, multithreading, the Perl compiler, and unicode support The Perl 5 Pocket Reference, 3rd Edition, is the perfect companion to the authoritative books on Perl published by O'Reilly & Associates: Programming Perl, Learning Perl, and the Perl Cookbook.
Alternative filename
upload/wll/ENTER/Science/IT & AI/IT Library/Programming/Perl/Programming Perl 5 Quick Reference Guide.pdf
Alternative filename
upload/misc/Y9EgLx762wKqWqG7nloH/Books/Gentoomen Library/Programming/Perl/Programming Perl 5 Quick Reference Guide.pdf
Alternative filename
upload/emo37c/2024-10-21/content/Oreilly Megapack/O'Reilly - Programming Perl 5 Quick Reference Guide.pdf
Alternative filename
upload/misc_2025_10/infoark/000 Generalities/004 Data processing and computer science/Programming Perl, Quick Reference Guide_John Vromans_1999-10_004.1, 005.133_9780596000325_.pdf
Alternative filename
upload/motw_shc_2025_10/shc/Quick Reference Guide - Johan Vromans.pdf
Alternative filename
lgli/D:\!Genesis\!!ForLG\OReilly\OReilly - Programming Perl 5 Quick Reference Guide.pdf
Alternative filename
lgrsnf/D:\!Genesis\!!ForLG\OReilly\OReilly - Programming Perl 5 Quick Reference Guide.pdf
Alternative filename
nexusstc/Programming Perl 5 Quick Reference Guide/f929b7b72f2dcb44d69bddb00b58bd3b.pdf
Alternative title
Perl 5 Pocket Reference, 3rd Edition: Programming Tools (O'Reilly Perl)
Alternative author
dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
Alternative author
Vromans, Johan, Mui, Linda
Alternative author
Johan Vromans, Linda Mui
Alternative publisher
Pogue Press
Alternative edition
3rd ed., rev. & updated, Sebastopol, CA, 1998
Alternative edition
United States, United States of America
Alternative edition
Third, Third Edition, PS, 2000
Alternative edition
3rd Edition, May 2000
metadata comments
torrents.ru tech collections 2009-11-14
metadata comments
lg248923
metadata comments
producers:
Acrobat Distiller 3.0 for Windows
Acrobat Distiller 3.0 for Windows
metadata comments
{"isbns":["0596000324","9780596000325"],"last_page":31,"publisher":"O'Reilly Media"}
Alternative description
Contents 2
Conventions 2
1. Command line options 3
2. Syntax 4
3. Variables 4
4. Literals 5
5. Operators and precedence 6
6. Statements 7
7. Subroutines, packages and modules 7
8. Pragmatic modules 9
9. Object oriented programming 10
10. Arithmetic functions 10
11. Conversion functions 11
12. Structure conversion 11
13. String functions 12
14. Array and hash functions 12
15. Regular expressions 14
16. Search and replace functions 15
17. File test operators 16
18. File operations 16
19. Input / Output 17
20. Formats 19
21. Directory reading routines 19
22. System interaction 19
23. Networking 21
24. SystemV IPC 21
25. Miscellaneous 22
26. Information from system files 23
27. Special variables 24
28. Special arrays 25
29. Standard modules 26
30. Environment variables 30
31. The perl debugger 30
Programming Perl
Conventions 2
1. Command line options 3
2. Syntax 4
3. Variables 4
4. Literals 5
5. Operators and precedence 6
6. Statements 7
7. Subroutines, packages and modules 7
8. Pragmatic modules 9
9. Object oriented programming 10
10. Arithmetic functions 10
11. Conversion functions 11
12. Structure conversion 11
13. String functions 12
14. Array and hash functions 12
15. Regular expressions 14
16. Search and replace functions 15
17. File test operators 16
18. File operations 16
19. Input / Output 17
20. Formats 19
21. Directory reading routines 19
22. System interaction 19
23. Networking 21
24. SystemV IPC 21
25. Miscellaneous 22
26. Information from system files 23
27. Special variables 24
28. Special arrays 25
29. Standard modules 26
30. Environment variables 30
31. The perl debugger 30
Programming Perl
Alternative description
Conventions......Page 2
1. Command line options......Page 3
3. Variables......Page 4
4. Literals......Page 5
5. Operators and precedence......Page 6
7. Subroutines, packages and modules......Page 7
8. Pragmatic modules......Page 9
10. Arithmetic functions......Page 10
12. Structure conversion......Page 11
14. Array and hash functions......Page 12
15. Regular expressions......Page 14
16. Search and replace functions......Page 15
18. File operations......Page 16
19. Input / Output......Page 17
22. System interaction......Page 19
24. SystemV IPC......Page 21
25. Miscellaneous......Page 22
26. Information from system files......Page 23
27. Special variables......Page 24
28. Special arrays......Page 25
29. Standard modules......Page 26
31. The perl debugger......Page 30
1. Command line options......Page 3
3. Variables......Page 4
4. Literals......Page 5
5. Operators and precedence......Page 6
7. Subroutines, packages and modules......Page 7
8. Pragmatic modules......Page 9
10. Arithmetic functions......Page 10
12. Structure conversion......Page 11
14. Array and hash functions......Page 12
15. Regular expressions......Page 14
16. Search and replace functions......Page 15
18. File operations......Page 16
19. Input / Output......Page 17
22. System interaction......Page 19
24. SystemV IPC......Page 21
25. Miscellaneous......Page 22
26. Information from system files......Page 23
27. Special variables......Page 24
28. Special arrays......Page 25
29. Standard modules......Page 26
31. The perl debugger......Page 30
Alternative description
Revised to cover Perl version 5.6, this quick reference provides a complete overview of the Perl programming language, from variables to input, flow control to regular expressions, all packed in a convenient, carry-around booklet.
date open sourced
2010-05-17
🚀 Fast downloads
Become a member to support the long-term preservation of books, papers, and more. To show our gratitude for your support, you get fast downloads. ❤️
- Fast Partner Server #1 (recommended)
- Fast Partner Server #2 (recommended)
- Fast Partner Server #3 (recommended)
- Fast Partner Server #4 (recommended)
- Fast Partner Server #5 (recommended)
- Fast Partner Server #6 (recommended)
- Fast Partner Server #7
- Fast Partner Server #8
- Fast Partner Server #9
- Fast Partner Server #10
- Fast Partner Server #11
- Fast Partner Server #12
🐢 Slow downloads
From trusted partners. More information in the FAQ. (might require browser verification — unlimited downloads!)
- Slow Partner Server #1 (slightly faster but with waitlist)
- Slow Partner Server #2 (slightly faster but with waitlist)
- Slow Partner Server #3 (slightly faster but with waitlist)
- Slow Partner Server #4 (slightly faster but with waitlist)
- Slow Partner Server #5 (no waitlist, but can be very slow)
- Slow Partner Server #6 (no waitlist, but can be very slow)
- Slow Partner Server #7 (no waitlist, but can be very slow)
- Slow Partner Server #8 (no waitlist, but can be very slow)
- Slow Partner Server #9 (no waitlist, but can be very slow)
- After downloading: Open in our viewer
All download options have the same file, and should be safe to use. That said, always be cautious when downloading files from the internet, especially from sites external to Anna’s Archive. For example, be sure to keep your devices updated.
External downloads
-
For large files, we recommend using a download manager to prevent interruptions.
Recommended download managers: JDownloader -
You will need an ebook or PDF reader to open the file, depending on the file format.
Recommended ebook readers: Anna’s Archive online viewer, ReadEra, and Calibre -
Use online tools to convert between formats.
Recommended conversion tools: CloudConvert and PrintFriendly -
You can send both PDF and EPUB files to your Kindle or Kobo eReader.
Recommended tools: Amazon‘s “Send to Kindle” and djazz‘s “Send to Kobo/Kindle” -
Support authors and libraries
✍️ If you like this and can afford it, consider buying the original, or supporting the authors directly.
📚 If this is available at your local library, consider borrowing it for free there.
Total downloads:
A “file MD5” is a hash that gets computed from the file contents, and is reasonably unique based on that content. All shadow libraries that we have indexed on here primarily use MD5s to identify files.
A file might appear in multiple shadow libraries. For information about the various datasets that we have compiled, see the Datasets page.
For information about this particular file, check out its JSON file. Live/debug JSON version. Live/debug page.