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