PERLFAQ(7) Perl Programmers Reference Guide PERLFAQ(7)

perlfaq - Perl 常问问题集 (2003/01/31 17:37:17)

perlfaq 按照主题划分为多个文档,在本文档的末尾有一个目录。

Where to get the perlfaq 如何取得这份文件?

这份文件会定期投到 comp.lang.perl.misc。也可以在许多网站上找到它,例如 http://www.perldoc.com/ 还有 http://faq.perl.org/ 译者注:两只老虎工作室的位置是 http://2Ti.com/cgi-bin/2T/perl/ 还有 ftp://www.math.ncu.edu.tw/pub/staff/chenym/FAQ/Perl/ 还有 <pailing@2Ti.com>

How to contribute to the perlfaq 如何为 perlfaq 做贡献?

你可以将更正,扩充以及建议以邮件方式发送到 perlfaq-workers@perl.org . 这个地址不能用来提问题,它只用来修正当前的 FAQ。如果有问题那么投递到新闻组 comp.lang.perl.misc。可以在 http://cvs.perl.org/cvsweb/perlfaq/ 查看源码树 (它是在主源码树之外)。CVS 仓库记录了对 FAQ 的所有改变。

What will happen if you mail your Perl programming problems to the authors 如果把编程问题寄给作者怎么样?

作者大概不会理会您所提的问题,除非您是在建议把一些新问题加进 FAQ去,但如果是这样的话这些问题当初就该寄到 perlfaq-workers@perl.com 处才对。

您应该已经阅读了这份 FAQ 的第二部分,您应该知道 comp.lang.perl.misc 才是寻求免费建议的适当地方。如果您的问题真的很重要而且您急着要得到正确解答,那么您该请一个顾问。

最初的 perlfaq 由 Tom Christiansen 完成,接着在 Tom 和 Nathan Torkington 的合作下得以扩展。当前的文档由 perlfaq-workers (perlfaq-workers@perl.org) 进行维护,很多人贡献了解答,更正和评注。

Copyright (c) 1997-2003 Tom Christiansen, Nathan Torkington, and other contributors noted in the answers.

All rights reserved.

Bundled Distributions

This documentation is free; you can redistribute it and/or modify it under the same terms as Perl itself.

Irrespective of its distribution, all code examples in these files are hereby placed into the public domain. You are permitted and encouraged to use this code in your own programs for fun or for profit as you see fit. A simple comment in the code giving credit would be courteous but is not required.

Disclaimer

This information is offered in good faith and in the hope that it may be of use, but is not guaranteed to be correct, up to date, or suitable for any particular purpose whatsoever. The authors accept no liability in respect of this information or its use.

perlfaq1: 有关 Perl 的一般问题

有关 Perl 的一般的,非技术层次的问题

perlfaq2: 获取和学习 Perl

从哪里寻找 Perl 的源程序和文档,支持以及相关事项

perlfaq3: 编程工具

编程工具和编程支持

perlfaq4: 数据操作

操纵数字,日期,字符串,数组,散列以及各种其他数据类型。

perlfaq5: 文件和格式

I/O and the "f" issues: filehandles, flushing, formats, and footers.

perlfaq6: 正则表达式

模式匹配和正则表达式。

perlfaq7: 综合的问题

综合的 Perl 语言问题,不适于在其他所有段落中讨论的问题

perlfaq8: 系统交互

进程间通信 (IPC), 用户界面控制 (键盘,屏幕和指点设备)。

perlfaq9: 网络

网络通信,互联网以及少量有关 web 的内容

译者

萧百龄,两只老虎工作室,bbbush

本页面中文版由中文 man 手册页计划提供。
中文 man 手册页计划:https://github.com/man-pages-zh/manpages-zh

2003-11-25 perl v5.8.3