
Perl常见问题解答
文章平均质量分 81
Hank_Huang
这个作者很懒,什么都没留下…
展开
-
PERL常见问题解答--FAQ(1)
Perl是什麽? 谁对 perl提供支援?由谁负责发展?它为什麽是免费的? 我该用哪一个版本的 Perl? perl4和 perl5各代表什麽? Perl的发展已稳定了吗? Perl难学吗? Perl和其他的程式语言比起来如何?例如 Java, Python, REXX, Scheme,或 Tcl? 我转载 2006-06-19 17:00:00 · 1091 阅读 · 0 评论 -
PERL常见问题解答--FAQ(2)
哪些平台上有 Perl?要到哪里去找? 要如合取得以执行档形式发行的 Perl? 我的系统里没有 C编译器。要如何编译 perl? 我直接将 Perl的执行档从一台机器上复制到另一台机器上,但是程式跑不起来。 我抓回了原始码,试着编译 perl,但是 gdbm/dynamic loading/malloc/linking/...部分失败。转载 2006-06-19 17:02:00 · 1579 阅读 · 0 评论 -
PERL常见问题解答--FAQ(4)--Data: Numbers
Why am I getting long decimals (eg, 19.9499999999999) instead of the numbers I should be getting (eg, 19.95)? Why isnt my octal data interpreted correctly? Does perl have a round fu转载 2006-06-19 17:19:00 · 1045 阅读 · 0 评论 -
PERL常见问题解答--FAQ(3)
我如何作 (任何事)? 如何以互动的方式使用 Perl? 有 Perl shell吗? 如何替我的 Perl程式除虫? 如何检测 (profile)我的 perl程式? 如何替我的 Perl程式作交叉参考 (cross-reference)? 有 Perl专用的美化列印程式 (pretty-printer)吗?转载 2006-06-19 17:06:00 · 2172 阅读 · 0 评论 -
PERL常见问题解答--FAQ(4)--Data: Dates
How do I find the week-of-the-year/day-of-the-year? How can I compare two date strings? How can I take a string and turn it into epoch seconds? How can I find the Julian Day? Does Perl have a转载 2006-06-19 17:22:00 · 1003 阅读 · 0 评论 -
PERL常见问题解答--FAQ(4)--Data: Strings
How do I validate input? The answer to this question is usually a regular expression, perhaps with auxiliary logic. See the more specific questions (numbers, email addresses, etc.) for details.转载 2006-06-19 17:33:00 · 1329 阅读 · 0 评论