Download presentation
Presentation is loading. Please wait.
1
PERL
2
Document Book man perldoc Learing Perl Programming Perl Perl 學習手札
perldoc -f PerlFunc perldoc -q FAQKeywords
3
讀perldoc的順序 Autrijus 大師的話,說 perldoc 要照下列順序讀:
intro, toc, reftut, dsc, lol, requick, retut, boot, toot, tooc, boot, style, trap, debtut, faq[1-9]?, syn, data, op, sub, func, opentut, packtut, pod, podspec, run, diag, lexwarn, debug, var, re, ref, form, obj, tie, dbmfilter, ipc, fork, number, thrtut, othrtut, port, locale, uniintro, unicode, ebcdic, sec, mod, modlib, modstyle, modinstall, newmod, util, compile, filter, embed, debguts, xstut, xs, clib, guts, call, api, intern, iol, apio, hack. 這樣讀完, 瞭解的會比 Programming Perl 要來得深入的多.
4
Sysadm Accounting Log Analysis Perl與系統管理
Perl for System Administration
5
CPAN Comprehensive Perl Archive Network 常用的五十個CPAN模組 /usr/ports
常用的五十個CPAN模組 /usr/ports p5-* Contributing to CPAN
6
Use CPAN HTTP::Proxy HTTP::Recorder WWW::Mechanize #!/usr/bin/perl
my $proxy = # create a new object my $agent = new # set the log file (optional) $agent->file("/tmp/myfile"); # set as the agent for the proxy $proxy->agent( $agent ); # start the proxy $proxy->start();
7
Perl6 http://dev.perl.org/perl6/ Pugs Parrot
Perl6 User's Golfing System /usr/ports/lang/pugs/ Parrot
8
Python http://www.python.org/ The Zen of Python 易學、易用、簡潔、典雅、強大
There should be one -- and preferably only one – obvious way to do it. (perl) There's More Than One Way To Do It 易學、易用、簡潔、典雅、強大 Perl 易寫難維護 (write-once) Cheese Shop The Vaults of Parnassus
Similar presentations
© 2025 SlidePlayer.com Inc.
All rights reserved.