<html><table cellpadding="6" cellspacing="0"><tr><td></html> ++'''Perl is a general-purpose programming language. The answer to the question "Can I do this in Perl?" is very probably "yes". It's often used for little system administration tasks and for [http://web.archive.org/web/19971210170704/http://hoohoo.ncsa.uiuc.edu/cgi/intro.html CGI] and other web stuff, but that's not the whole story.'''++~~--[http://www.perl.com/pub/a/2000/01/10PerlMyths.html Ten Perl Myths]~~ <html></td><td></html> #MAGIC SubpageIndex id=Perl/ <html></td><td></html> <toc> <html></table></html> * [http://perldoc.perl.org/perlfaq1.html#What-is-Perl- What is Perl?] * [http://perl.com/ Perl.com] is the official site. * Free '''''Perl Power''''' Image: [http://deoxy.org/img/perlpower.gif http://deoxy.org/img/perlpower.gif] == Perl as a Natural Language == '''Perl works the way you do.''' One of the Perl mottos is "There's more than one way to do it". People approach tasks in very different ways, and sometimes come out with very different solutions to the same problem. Perl is accommodating--it doesn't force any particular style on you, (unless you ask it to) and it allows you to express your programming intentions in a way that reflects how you as a person think about programming.--[http://www.perl.com/pub/a/2000/01/10PerlMyths.html Ten Perl Myths] '''The parallels between Perl and a natural language like English are striking.''' Larry Wall, the father of Perl, has extensive scholastic training as a linguist. Larry applied his linguistic knowledge to the creation of Perl, and thus, to the new student of Perl, a digression into these language parallels will give the student insight into the fundamentals of Perl.--[http://helpguide.inmotionhosting.com/perl_faq/Perl-as-a-Natural-Language.html Perl as a Natural Language] '''You learn a natural language once and use it many times.''' The lesson for a language designer is that a language should be optimized for expressive power rather than for ease of learning. It's easy to learn to drive a golf cart, but it's hard to express yourself in one.--[http://www.wall.org/~larry/natural.html Natural Language Principles in Perl] '''Natural language has words of various sorts: nouns and verbs and such.''' If someone says "dog" in isolation, you think of it as a noun, but you can also use the word in other ways. That is, a noun can function as a verb, an adjective, or an adverb when the context demands it...Perl also evaluates words differently in various contexts.--[http://www.unix.org.ua/orelly/perl/prog3/ch01_02.htm Natural and Artificial Languages] '''Perl is regarded by both its proponents and detractors as something of a grab bag of features and syntax.''' The difference between the two camps lies in whether this is seen as a virtue or a vice. Perl votaries maintain that this varied heritage is what makes the language so useful. Reference is often made to natural languages such as English and to evolution.--[http://en.wikipedia.org/wiki/Perl Wikipedia:Perl] '''One thing I've come to realize...is that perl is unique among the languages that I know.''' Perl is the only computer language I know of that is so complete as a language. Like a spoken language, perl is highly context-sensitive and one idea can take many different forms. It's deterministic and precise, of course, but it has a much more natural feel...Perl uses lots of implications and context, like a spoken language does. It's really a marvel in some ways, because it's a group of people agreeing on a real ''language,'' rather than simply a set of commands...Perl is unique because it's actually a full language that allows very imaginative expression, much like english...I don't know how all this relates to the cost-effectiveness of programmer time, but it's interesting, that's for sure.--[http://developers.slashdot.org/comments.pl?sid=99297&cid=8473503 Exegesis 7 Released] [http://www.oreillynet.com/pub/a/oreilly/perl/usage/ http://deoxy.org/img/prp.jpg|right12] == * Install == <ul> ;'''Perl.com''':'''[http://www.perl.com/download.csp Downloading the Latest Version of Perl]''' ;'''[Local:Perl#Speed mod_perl]''':~~Embeds a Perl interpreter into the Apache HTTP server.~~ ;[http://www.activestate.com/Products/ActivePerl/?_x=1 ActivePerl]:~~<no>ActiveState</no> Perl for [Local:InstantLinux Linux], Solaris, and Windows.~~ ;[http://www.indigostar.com/indigoperl.htm IndigoPerl]:~~Apache, Perl and PHP for Windows.~~ ;[http://strawberryperl.com/ Strawberry Perl]:~~A 100% Open Source CPAN-capable Perl for Windows.~~ ;[http://www.apachefriends.org/en/xampp.html XAMPP]:~~Apache with <no>MySQL</no>, Perl and PHP for Linux, Solaris, OSX and Windows.~~ </ul> ---- == * Edit == <ul> ;[http://open-perl-ide.sourceforge.net/ Open Perl IDE]:~~Integrated development environment with any standard distribution under Windows.~~ ;[http://e-p-i-c.sourceforge.net/ EPIC]:~~Open source IDE based on the Eclipse platform.~~ ;[http://www.activestate.com/Products/komodo_edit/edit_vs_ide.plex Komodo]:Edit vs. IDE ;~~Search web for:Google:perl+ide or Google:perl+editor~~ </ul> ---- == * Learn == * '''[http://www.jonathanscorner.com/writings/perl/perl.html Tinkering With Perl: A Child's Guide]''' * [http://learn.perl.org/library/beginning_perl/ Beginning Perl] * [http://ebb.org/PickingUpPerl/pickingUpPerl_toc.html Picking Up Perl] * [http://en.wikibooks.org/wiki/Perl Programming:Perl] * [Deoxy:news/view/feed/perlbegin beginners@perl.org] * [Deoxy:news/view/feed/perlmonks Perlmonks] ** [http://perlmonks.org/index.pl?node=Tutorials#perlstart Getting Started with Perl] ** [http://perlmonks.org/index.pl?node=Categorized%20Questions%20and%20Answers Categorized Q&A] * [http://www.stonehenge.com/merlyn/columns.html Perl Columns by Randal] *[http://prometheus.frii.com/~gnat/yapc/2000-stages/ Stages of a Perl Programmer] *[http://silver.sucs.org/~manic/humour/languages/perlhacker.htm Seven Levels of Perl Mastery] === * Docs === * +++'''[http://perldoc.perl.org perldoc]'''+++ ** [http://search.cpan.org/dist/perl perldoc on CPAN] ** [http://faq.perl.org perlfaq] * [http://www.squirrel.nl/pub/perlref-5.004.1.pdf The Perl Reference Guide] ^PDF^ * [http://www.perl.org/books/library.html The Perl.org Online Library] === * <no>QuickRef</no> === *'''[http://web.archive.org/web/20040102153631/http://heron.snell.clarkson.edu/it/perlrefcard.pdf Perl Quick Reference Card]''' *[http://refcards.com/refcard/perl-regexp-trusketti Perl Regular Expression Quick Reference Card]--~~Truskett~~ *[http://web.archive.org/web/20040714211125/http://www.mnlab.cs.depaul.edu/~ehab/Courses/TDC568/resources/PerlQuickRef.pdf Perl Regular Expression Quick Reference Card]--~~Jenkins~~ *[http://langworth.com/perltestcard.html Perl Testing Reference Card] *[http://www.perl.com/pub/a/2004/11/24/debugger_ref.html Perl Debugger Quick Reference] *[http://www.digilife.be/quickreferences/QRC/PERL%20Win32%20Quick%20Reference.pdf Perl Win32 Quick Reference Card] *'''[http://refcards.com/refcard/modperl-forda mod_perl Quick Reference Card]''' *[http://refcards.com/refcard/apache-forda Apache 1.3 Quick Reference Card] ---- == * Extend == <ul> '''[Meme:Perl/CPAN CPAN]''' is an acronym for ''Comprehensive Perl Archive Network,'',, a large archive of software written in Perl, including thousands,, of useful modules that can save a programmer weeks of effort. ~~'''[http://cpan.org/misc/cpan-faq.html FAQ]'''~~ ,, ,, <news feed="perlcpan"> *[Deoxy:news/view/feed/perlcpandist New Modules]--[Deoxy:news/view/feed/perlcpantalk CPAN Forum]--[Deoxy:news/view/feed/annocpan AnnoCPAN] **[Deoxy:news/view/feed/comp.lang.perl.modules comp.lang.perl.modules] </ul> ---- == * Secure == :Of the LAMP stack, Perl has the best defect density, ::well passed standard deviation and better than the average. :::--~~''[http://www.internetnews.com/stats/article.php/3589361 Study Ranks LAMP Code Quality]''~~ * [http://search.cpan.org/dist/perl/pod/perlsec.pod perldoc perlsec] Perl security * [http://www.w3.org/Security/Faq/www-security-faq.html The World Wide Web Security FAQ] * CGI Programming with Perl: [http://www.oreilly.com/catalog/cgi2/chapter/ch08.html Chapter 8 Security] * [http://www.cgisecurity.com/lib/sips.html Security Issues in Perl Scripts] * [http://web.archive.org/web/20060117111139/http://andrew.absurdlycool.com/class/l5.html Perl Security and Regular Expressions] * [http://web.archive.org/web/20041015061422/http://sial.org/howto/perl/security/ Perl Security Tips] ---- == * Speed == http://deoxy.org/img/arc.png|right12 '''[http://perl.apache.org/ mod_perl]''' embeds Perl in the [http://httpd.apache.org/ Apache] web server,, for __complete__ access to the [http://web.archive.org/web/20001215064900/http://www.modperl.com/book/chapters/ch9.html Apache C API in Perl]'''''!''''' *[http://perl.apache.org/docs/index.html Documentation] *[http://www.perl.com/pub/a/2002/03/22/modperl.html mod_perl in 30 minutes] *[http://modperlbook.org/pdf/ch03.pdf Installing mod_perl] ~~PDF~~ *'''[http://modperlbook.org/html/index.html Practical mod_perl]''' *[http://www.modperlcookbook.org/toc.html mod_perl Developer's Cookbook] *[http://web.archive.org/web/19981205004406/http://www.modperl.com/ Writing Apache Modules with Perl and C] **[http://web.archive.org/web/20001215064900/http://www.modperl.com/book/chapters/ch9.html Chapter 9 - Perl API Reference Guide] *[http://www.stonehenge.com/merlyn/LinuxMag/col03.html Scripting your Apache server with Perl] *[http://develooper.com/modperl/ Real World Performance Tuning for mod_perl] *[http://perl.apache.org/docs/1.0/guide/performance.html mod_perl Performance Tuning] *[http://web.archive.org/web/20000815210438/http://www.modperl.com/book/chapters/ch7.html#Perl_Server_Side_Includes Perl Server-Side Includes] *[http://www.masonbook.com/book Embedding Perl in HTML with Mason] *[http://search.cpan.org/~shiar/PLP/lib/PLP.pm#DESCRIPTION PLP] ~~embeds Perl in HTML documents~~ *[http://perl.apache.org/embperl/ Embperl] ~~framework for building websites~~ *[Deoxy:news/view/feed/modperl ModPerl Mailing List Archive] *'''[http://refcards.com/refcard/modperl-forda mod_perl Quick Reference Card]''' *[http://refcards.com/refcard/apache-forda Apache 1.3 Quick Reference Card] ;[http://perlcast.com/2008/01/05/mod_perl/ <small>Perlcast Interview #45:</small> mod_perl]:~~[http://www.perlcast.com/audio/Perlcast_Interview_045.mp3 MP3]--'''@MP3@'''~~ ~~Also see [http://www.fastcgi.com/ FastCGI], [http://sourceforge.net/projects/speedycgi/ SpeedyCGI], [http://search.cpan.org/~kwilliams/Apache-SSI/lib/Apache/SSI.pm Apache::SSI], [http://chamas.com/bench/ Hello World! benchmarks].~~ ---- == * Enjoy == * '''[http://www.linuxplanet.com/linuxplanet/tutorials/214/1/ Ten Neat Tricks With Perl]''' * [http://perl.about.com/library/weekly/topicsub_perlgen.htm Tips and Tricks for Perl Programmers] * [http://perl.apache.org/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.html Cute Tricks With Perl and Apache] * [http://perlmonks.org/index.pl?node_id=376075 brian's Guide to Solving Any Perl Problem] * [http://www.netalive.org/tinkering/serious-perl/ Writing serious Perl] * [http://search.cpan.org/~swalters/Object-PerlDesignPatterns-0.03/PerlDesignPatterns.pm PerlDesignPatterns] * [http://www.ibm.com/search/?q=%22Cultured+Perl%22 Cultured Perl] * [http://freshmeat.net/search/?q=Perl Perl Freshmeat] * [http://www.perlarchive.com/ The Perl Archive] * [http://cgi.resourceindex.com/Programs_and_Scripts/Perl/ The CGI Resource Index: Programs and Scripts: Perl] * [http://nms-cgi.sourceforge.net/ The nms Project] Free web programs written by experts. ---- == * Culture == * [http://web.archive.org/web/20000815064526/http://history.perl.org/PerlTimeline.html Timeline of Perl and its Culture] * [http://perlmonks.org Perlmonks] is a cool Internet hangout for Perl gurus and semi-advanced users. * [http://www.pm.org/ Perl Mongers] is a loose association of international Perl User Groups. * [http://use.perl.org/ use Perl] community news and discussion site. * [http://perlcast.com/ Perlcast]--Podcasting Perl. <blockquote> <news feed="perlmonks"> </blockquote> ---- == * Local == <div style="float:right;display:inline;width:30%;text-align:justify;"> '''We were halfway''' through starting writing [http://dev.perl.org/perl6/ Perl 6] when the drugs took hold. Suddenly the code started shifting and crawling, taking on a life of its own. We knew at that point that the community was about to explode.--''[http://use.perl.org/~mugwumpjism/journal/23359 Hunter S. Thompson dies before Perl 6 is released]''</div> *[http://deoxy.org/iching/code Method for generating random I Ching hexagrams] *[http://deoxy.org/chat/java.htm?code=self Mason component for the Java IRC client menu] *[Deoxy:news/view/PERL Perl news feeds] *IRC bots **Wiki:SearchBot **Wiki:NewsBot **Wiki:ChatterBot *'''Modules used by:''' **[Deoxy:chat/cast/about Chatcast] **[Deoxy:find?more=1#code Find] **[Deoxy:maps Map] **[Deoxy:news/about News] **[Wiki:SearchBot#code SearchBot] **[Deoxy:stats/about Stats] **[Deoxy:vid?help=1#code Video] **[Deoxy:wiki/action=version Wiki] *'''[Local:Perl/CPAN CPAN] modules [http://modperlbook.org/html/10-1-3-Preloading-Perl-Modules-at-Server-Startup.html preloaded at server startup]:''' <table width="100%"><tr valign="top"><td> **[http://search.cpan.org/search?mode=all&query=Algorithm%3A%3ADiff Algorithm::Diff] **[http://search.cpan.org/search?mode=all&query=AnyData AnyData] **[http://search.cpan.org/search?mode=all&query=Apache%3A%3AConstants Apache::Constants] **[http://search.cpan.org/search?mode=all&query=Apache%3A%3AFile Apache::File] **[http://search.cpan.org/search?mode=all&query=Apache%3A%3AInclude Apache::Include] **[http://search.cpan.org/search?mode=all&query=Apache%3A%3APerlRun Apache::PerlRun] **[http://search.cpan.org/search?mode=all&query=Apache%3A%3ARegistry Apache::Registry] **[http://search.cpan.org/search?mode=all&query=Apache%3A%3ARegistryLoader Apache::RegistryLoader] **[http://search.cpan.org/search?mode=all&query=Apache%3A%3ARequest Apache::Request] **[http://search.cpan.org/search?mode=all&query=Apache%3A%3AUtil Apache::Util] **[http://search.cpan.org/search?mode=all&query=Carp Carp] **[http://search.cpan.org/search?mode=all&query=CGI CGI] **[http://search.cpan.org/search?mode=all&query=CGI%3A%3ACookie CGI::Cookie] **[http://search.cpan.org/search?mode=all&query=CGI%3A%3ASSI CGI::SSI] **[http://search.cpan.org/search?mode=all&query=Crypt%3A%3ACBC Crypt::CBC] **[http://search.cpan.org/search?mode=all&query=Data%3A%3ADumper Data::Dumper] **[http://search.cpan.org/search?mode=all&query=Data%3A%3ASpreadPagination Data::SpreadPagination] **[http://search.cpan.org/search?mode=all&query=DBD%3A%3Amysql DBD::mysql] **[http://search.cpan.org/search?mode=all&query=DBI DBI] **[http://search.cpan.org/search?mode=all&query=DB_File DB_File] **[http://search.cpan.org/search?mode=all&query=Digest%3A%3AMD5 Digest::MD5] **[http://search.cpan.org/search?mode=all&query=DynaLoader DynaLoader] **[http://search.cpan.org/search?mode=all&query=Email%3A%3AValid Email::Valid] **[http://search.cpan.org/search?mode=all&query=Encode Encode] **[http://search.cpan.org/search?mode=all&query=Exporter Exporter] **[http://search.cpan.org/search?mode=all&query=Fcntl Fcntl] **[http://search.cpan.org/search?mode=all&query=File%3A%3ACopy File::Copy] **[http://search.cpan.org/search?mode=all&query=File%3A%3AGlob File::Glob] **[http://search.cpan.org/search?mode=all&query=File%3A%3ARandomLine File::RandomLine] **[http://search.cpan.org/search?mode=all&query=File%3A%3ASlurp File::Slurp] **[http://search.cpan.org/search?mode=all&query=File%3A%3ATail File::Tail] **[http://search.cpan.org/search?mode=all&query=Geo%3A%3AIP Geo::IP] **[http://search.cpan.org/search?mode=all&query=Geo%3A%3AIP%3A%3APurePerl Geo::IP::PurePerl] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3ABBCode HTML::BBCode] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3AEntities HTML::Entities] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3AMason%3A%3AApacheHandler%3B HTML::Mason::ApacheHandler;] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3AMason%3B HTML::Mason;] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3AParser HTML::Parser] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3ASimpleParse HTML::SimpleParse] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3ATagCloud HTML::TagCloud] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3ATagCloud%3A%3AExtended HTML::TagCloud::Extended] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3ATagFilter HTML::TagFilter] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3ATagset HTML::Tagset] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3ATreeBuilder HTML::TreeBuilder] **[http://search.cpan.org/search?mode=all&query=HTML%3A%3AWikiConverter HTML::WikiConverter] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3ABrowserDetect HTTP::BrowserDetect] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3ACookies HTTP::Cookies] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3ACookies%3A%3ANetscape HTTP::Cookies::Netscape] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3ADate HTTP::Date] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3AHeaders HTTP::Headers] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3AHeaders%3A%3AUtil HTTP::Headers::Util] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3AMessage HTTP::Message] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3ARequest HTTP::Request] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3ARequest%3A%3ACommon HTTP::Request::Common] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3AResponse HTTP::Response] **[http://search.cpan.org/search?mode=all&query=HTTP%3A%3AStatus HTTP::Status] **[http://search.cpan.org/search?mode=all&query=IO IO] **[http://search.cpan.org/search?mode=all&query=IO%3A%3ADir IO::Dir] **[http://search.cpan.org/search?mode=all&query=IO%3A%3AFile IO::File] </td><td> **[http://search.cpan.org/search?mode=all&query=KinoSearch%3A%3AAnalysis%3A%3APolyAnalyzer KinoSearch::Analysis::PolyAnalyzer] **[http://search.cpan.org/search?mode=all&query=KinoSearch%3A%3AHighlight%3A%3AHighlighter KinoSearch::Highlight::Highlighter] **[http://search.cpan.org/search?mode=all&query=KinoSearch%3A%3ASearcher KinoSearch::Searcher] **[http://search.cpan.org/search?mode=all&query=KinoSearch%3A%3AStore%3A%3AFSInvIndex KinoSearch::Store::FSInvIndex] **[http://search.cpan.org/search?mode=all&query=Lingua%3A%3AEN%3A%3AFathom Lingua::EN::Fathom] **[http://search.cpan.org/dist/Lingua-EN-Gender-1.0/Lingua/EN/Gender.pm Lingua::EN::Gender] **[http://search.cpan.org/search?mode=all&query=Lingua%3A%3AEN%3A%3ASentence Lingua::EN::Sentence] **[http://search.cpan.org/search?mode=all&query=Lingua%3A%3AEN%3A%3ASplitter Lingua::EN::Splitter] **[http://search.cpan.org/search?mode=all&query=Lingua%3A%3AEN%3A%3AStopWords Lingua::EN::StopWords] **[http://search.cpan.org/search?mode=all&query=Lingua%3A%3AIspell Lingua::Ispell] **[http://search.cpan.org/search?mode=all&query=Lingua%3A%3AStem Lingua::Stem] **[http://search.cpan.org/search?mode=all&query=List%3A%3AUtil List::Util] **[http://search.cpan.org/search?mode=all&query=LWP LWP] **[http://search.cpan.org/search?mode=all&query=LWP%3A%3ASimple LWP::Simple] **[http://search.cpan.org/search?mode=all&query=LWP%3A%3AUserAgent LWP::UserAgent] **[http://search.cpan.org/search?mode=all&query=MLDBM MLDBM] **[http://search.cpan.org/search?mode=all&query=MLDBM%3A%3ASerializer%3A%3AStorable MLDBM::Serializer::Storable] **[http://search.cpan.org/search?mode=all&query=MLDBM%3A%3ASync MLDBM::Sync] **[http://search.cpan.org/search?mode=all&query=MLDBM%3A%3ASync%3A%3ASDBM_File MLDBM::Sync::SDBM_File] **[http://search.cpan.org/search?mode=all&query=Mysql Mysql] **[http://search.cpan.org/search?mode=all&query=Params%3A%3AValidate Params::Validate] **[http://search.cpan.org/search?mode=all&query=POSIX POSIX] **[http://search.cpan.org/search?mode=all&query=Proc%3A%3ADaemon Proc::Daemon] **[http://search.cpan.org/search?mode=all&query=Regexp%3A%3ACommon Regexp::Common] **[http://search.cpan.org/search?mode=all&query=Scalar%3A%3AUtil Scalar::Util] **[http://search.cpan.org/search?mode=all&query=SDBM_File SDBM_File] **[http://search.cpan.org/search?mode=all&query=Search%3A%3ADict Search::Dict] **[http://search.cpan.org/search?mode=all&query=Socket Socket] **[http://search.cpan.org/search?mode=all&query=Storable Storable] **[http://search.cpan.org/search?mode=all&query=Symbol Symbol] **[http://search.cpan.org/search?mode=all&query=Text%3A%3AAutoformat Text::Autoformat] **[http://search.cpan.org/search?mode=all&query=Text%3A%3AQuery Text::Query] **[http://search.cpan.org/search?mode=all&query=Text%3A%3AQuery%3A%3AAdvanced Text::Query::Advanced] **[http://search.cpan.org/search?mode=all&query=Text%3A%3AQuery%3A%3ASimple Text::Query::Simple] **[http://search.cpan.org/search?mode=all&query=Text%3A%3AReform Text::Reform] **[http://search.cpan.org/search?mode=all&query=Text%3A%3ATabs Text::Tabs] **[http://search.cpan.org/search?mode=all&query=Text%3A%3ATextile Text::Textile] **[http://search.cpan.org/search?mode=all&query=Tie%3A%3AFile Tie::File] **[http://search.cpan.org/search?mode=all&query=Tie%3A%3AFile%3A%3AAsHash Tie::File::AsHash] **[http://search.cpan.org/search?mode=all&query=Tie%3A%3AHash Tie::Hash] **[http://search.cpan.org/search?mode=all&query=Tie%3A%3AHash%3A%3AIndexed Tie::Hash::Indexed] **[http://search.cpan.org/search?mode=all&query=Time%3A%3ADuration Time::Duration] **[http://search.cpan.org/search?mode=all&query=Time%3A%3AHiRes Time::HiRes] **[http://search.cpan.org/search?mode=all&query=Time%3A%3ALocal Time::Local] **[http://search.cpan.org/search?mode=all&query=Time%3A%3AZone Time::Zone] **[http://search.cpan.org/search?mode=all&query=Unicode%3A%3AString Unicode::String] **[http://search.cpan.org/search?mode=all&query=URI URI] **[http://search.cpan.org/search?mode=all&query=URI%3A%3AEscape URI::Escape] **[http://search.cpan.org/search?mode=all&query=URI%3A%3AFind URI::Find] **[http://search.cpan.org/search?mode=all&query=URI%3A%3AURL URI::URL] **[http://search.cpan.org/search?mode=all&query=WebService%3A%3AYouTube%3A%3AUtil WebService::YouTube::Util] **[http://search.cpan.org/search?mode=all&query=WWW%3A%3ABabelfish WWW::Babelfish] **[http://search.cpan.org/search?mode=all&query=WWW%3A%3AWikipedia WWW::Wikipedia] **[http://search.cpan.org/search?mode=all&query=XML%3A%3AParser XML::Parser] **[http://search.cpan.org/search?mode=all&query=XML%3A%3ARSS XML::RSS] **[http://search.cpan.org/search?mode=all&query=XML%3A%3ARSS%3A%3ASimpleGen XML::RSS::SimpleGen] **[http://search.cpan.org/search?mode=all&query=XML%3A%3ASimple XML::Simple] **[http://search.cpan.org/search?mode=all&query=XSLoader XSLoader] **[http://search.cpan.org/search?mode=all&query=Zen%3A%3AKoans Zen::Koans] </td></tr></table>