<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-37109925</id><updated>2023-03-14T07:37:51.866+05:30</updated><title type='text'>PERL PROGRAMMERS AND DEVELOPERS</title><subtitle type='html'>perlcoder is the blog for all who wants code using PERL technology.Learn Perl from scratch , Developer codes in PERL,perl interview questions,discussion on perl</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://perlcoder.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://perlcoder.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Nirmal Jain</name><uri>http://www.blogger.com/profile/07337206523448061416</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-37109925.post-116292771045681370</id><published>2006-11-08T00:54:00.000+05:30</published><updated>2006-11-08T00:59:47.366+05:30</updated><title type='text'>Regarding Todays perl 5+ version</title><content type='html'>&lt;span style=&quot;color:#3333ff;&quot;&gt;Usability enhancements&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;  It is now possible to write much more readable Perl code. (How any C-like language can be called readable is still beyond me!)&lt;br /&gt;Simplified grammar&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;  The new grammar is one half the size of the old one. Many of the arbitrary grammar rules have been regularized. The number of reserved words has been cut by two-thirds. Despite this, nearly all old Perl scripts will continue to work the same.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Lexical scoping&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  Perl variables may now be declared within a lexical scope.&lt;br /&gt;Arbitrarily nested data structures Any scalar value, including any array element, may now contain a reference to any other variable or subroutine.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Modularity and reusability&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;&lt;br /&gt;&lt;/span&gt;  The Perl library is now defined in terms of modules that can be shared easily among various packages.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Object-oriented programming&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;&lt;br /&gt;&lt;/span&gt;  A package can function as a class. Dynamic multiple inheritance and virtual methods are supported in a straightforward manner and with very little new syntax. File handles may now be treated as objects.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Embeddability and Extensibility&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  Perl may now be embedded easily in your C or C++ application and can either call or be called by your routines through a documented interface.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;POSIX compliant&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;&lt;br /&gt;&lt;/span&gt;  A major new module is the POSIX module, which provides access to all available POSIX routines and definitions via object classes, where appropriate.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Package constructors and destructors&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  The new BEGIN and END blocks provide a means to capture control as a package is being compiled and after the program exits.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Multiple simultaneous BM implementations &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;&lt;br /&gt;&lt;/span&gt;  A Perl program may now access DBM, NDBM, SDBM, GDBM, and Berkeley DB files from the same script, simultaneously.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Subroutine definitions may be autoloaded&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  The AUTOLOAD mechanism enables you to define any arbitrary semantics for undefined subroutine calls.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Regular expression enhancements &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;&lt;br /&gt;&lt;/span&gt;  You can now specify non-greedy quantifiers and performing grouping without creating a back reference.You can write regular expressions with embedded white space and comments for readability. A consistent extensibility mechanism has been added that is upwardly compatible with all old, regular expressions</content><link rel='replies' type='application/atom+xml' href='http://perlcoder.blogspot.com/feeds/116292771045681370/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37109925&amp;postID=116292771045681370&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292771045681370'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292771045681370'/><link rel='alternate' type='text/html' href='http://perlcoder.blogspot.com/2006/11/regarding-todays-perl-5-version.html' title='Regarding Todays perl 5+ version'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07337206523448061416</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37109925.post-116292740980176766</id><published>2006-11-08T00:49:00.000+05:30</published><updated>2006-11-08T00:53:51.940+05:30</updated><title type='text'>Capabilities Of Perl</title><content type='html'>One of the &lt;span style=&quot;color:#3333ff;&quot;&gt;most common uses of Perl on the Internet is to process form input.&lt;/span&gt; Perl is especially adept at this chore because most of that input is textual-Perl&#39;s strength.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Mail Processing&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Another popular use of Perl is for the automated processing of Internet e-mail. Perl scripts have been used to filter mail based on address or content. Perl scripts have also been written to automate mailing lists.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Automating Web Site Maintenance&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;Perl can be used to automate the maintenance of Web sites. Because Web pages are little more than text files in a specific format, Perl is particularly adept at processing them. Perl&#39;s socket capability can also be used to contact other sites and request information using HTTP. There has even been a Web server written in Perl.In order to check the links on a site, a Perl program must parse the sites pages starting with the main page, extract the URLs, and determine whether these URLs are still active.&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Automating File Retrieval&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;There are several FTP clients written in Perl. Perl can be used to automate file retrieval via FTP. Again, this combines the socket capability of Perl with its text-processing capability.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Language Capabilities&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;Perl is optimized for text processing and, therefore, is very efficient at many tasks required of system administrators and application developers. Many of the files used in UNIX systems administration are plain text files. Selecting records, processing the selected records, and reporting exceptions are the heart of many tasks performed in UNIX administration.&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;In the current versions of Perl, the language also includes much additional functionality, making it appropriate for tasks such as processing socket calls, embedding in programs written in C, and maintaining POSIX-compliant systems.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Socket Capability&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;Perl has the capability to read/write TCP/IP sockets. This gives it the capability to communicate with servers of all types that rely on socket communication. It also enables you to write utility and &quot;robot&quot; programs in the Perl language. For example, Perl&#39;s socket capability can be used to write a robot program to automate the checking of a World Wide Web (WWW) site to verify the validity of links on your Web pages. This can be especially useful in keeping a site up-to-date, given the volatility of the Internet in its relative infancy.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Perl Has Built-In Debugging Facilities&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;The Perl interpreter has a built-in debugger that can help reduce the time it takes to debug applications. The debugger is activated through the use of the -d switch on the command line. In addition, the -w switch provides a complete set of warnings that can be invaluable in debugging Perl scripts.</content><link rel='replies' type='application/atom+xml' href='http://perlcoder.blogspot.com/feeds/116292740980176766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37109925&amp;postID=116292740980176766&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292740980176766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292740980176766'/><link rel='alternate' type='text/html' href='http://perlcoder.blogspot.com/2006/11/capabilities-of-perl.html' title='Capabilities Of Perl'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07337206523448061416</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37109925.post-116292672092317410</id><published>2006-11-08T00:38:00.000+05:30</published><updated>2006-11-08T00:42:01.380+05:30</updated><title type='text'>Extensibility,Perl And C Language</title><content type='html'>&lt;div align=&quot;left&quot;&gt;&lt;br /&gt;&lt;strong&gt;Extensibility&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Much of the growth in Perl as a platform has come by way of the increasing use of libraries (Perl 4) and modules (Perl 5).The &lt;span style=&quot;color:#3333ff;&quot;&gt;arrival of objects in Perl 5 makes structured design methodologies possible for Perl applications&lt;/span&gt;. The language has come of age without loosing any of its flexibility or raw power.&lt;br /&gt;&lt;br /&gt;  It is now fairly easy to add your code by using modules. It is likely that many of the added-on features of Perl such as socket&lt;br /&gt;handling will be dropped from the core of Perl and moved out to modules after a time. So that core remains same and it will act as added features in the form of modules.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Perl And C Language&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Perl programs bear a passing resemblance to C programs, perhaps because Perl was written in C, or perhaps because Larry found some of its syntactic conventions handy. But Perl is lot more concise than C.It has a lot in common with C. But Perl handles the internals of data types, memory allocation, and such automatically and seamlessly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;  Perl can access C libraries to take advantage of much of the code written for this popular language. Utilities included with Perl distributions&lt;br /&gt;enable you to convert the headers for these C libraries into their Perl equivalents.&lt;br /&gt;&lt;br /&gt;  Perl 5.0 can be integrated easily into C and C++ applications. Perl can call or be called by routines written in C or C++. The Perl interface is&lt;br /&gt;through a set of perl_call_* functions. The call to C libraries is through the XS language interface.&lt;/span&gt; &lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://perlcoder.blogspot.com/feeds/116292672092317410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37109925&amp;postID=116292672092317410&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292672092317410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292672092317410'/><link rel='alternate' type='text/html' href='http://perlcoder.blogspot.com/2006/11/extensibilityperl-and-c-language.html' title='Extensibility,Perl And C Language'/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37109925.post-116292651423640913</id><published>2006-11-08T00:34:00.000+05:30</published><updated>2006-11-08T00:38:34.350+05:30</updated><title type='text'>Availability Of perl</title><content type='html'>&lt;span style=&quot;color:#3333ff;&quot;&gt;Perl is free&lt;/span&gt;. &lt;span style=&quot;color:#3333ff;&quot;&gt;The full source code and documentation are free to copy, compile, print, and give away.&lt;/span&gt; Any programs you write in Perl are yours to do with as you please; there are no royalties to pay and no restrictions on distributing them as far as Perl is concerned.&lt;br /&gt;&lt;br /&gt;  The &lt;span style=&quot;color:#3333ff;&quot;&gt;GNU General Public License is one way to distribute free software&lt;/span&gt; without the danger of someone taking advantage of you. Under this type of license, source code may be distributed freely and used by anybody, but any programs derived using such code must be released under the same type of license. In other words, if you derive any of your source code from GNU-licensed source code, you have to release your source code to anyone who wants it.&lt;br /&gt;&lt;br /&gt;  This may deprive the original author of a say in the development of his or her own creation. It can also lead to confusion on the part of the end users as it becomes hard to establish which is the definitive version of the package, whether a particular script will work with a given version, and so on.&lt;br /&gt;&lt;br /&gt;  That&#39;s &lt;span style=&quot;color:#3333ff;&quot;&gt;why Perl is released under the terms of the &quot;Artistic&quot; license.&lt;/span&gt; This is a variation on the GNU General Public License &lt;span style=&quot;color:#3333ff;&quot;&gt;which says that anyone who releases a package derived from Perl must make it clear that the package is not actually Perl. All modifications must be clearly flagged, executables renamed if necessary, and the original modules distributed along with the modified versions.&lt;/span&gt; The effect is that the original author is clearly recognized as the &quot;owner&quot; of the package. The general terms of the GNU General Public License also apply.&lt;br /&gt;&lt;br /&gt;  This is the Perl language homepage. It provides links to Perl resources. http://www.perl.com/</content><link rel='replies' type='application/atom+xml' href='http://perlcoder.blogspot.com/feeds/116292651423640913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37109925&amp;postID=116292651423640913&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292651423640913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292651423640913'/><link rel='alternate' type='text/html' href='http://perlcoder.blogspot.com/2006/11/availability-of-perl.html' title='Availability Of perl'/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37109925.post-116292627461729211</id><published>2006-11-08T00:28:00.000+05:30</published><updated>2006-11-08T00:34:34.766+05:30</updated><title type='text'>Where Perl Is Used ?</title><content type='html'>&lt;span style=&quot;color:#3333ff;&quot;&gt;  Perl is an interpreted language&lt;/span&gt; optimized for scanning arbitrary text files, extracting information from these files, and printing reports based on that information. It is also a good language for many system management tasks.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;  Perl makes it easy to manipulate numbers, text, files, directories,computers, networks, and programs.It also makes it easy to develop,modify, and debug your own programs portably, on any modern operating system.&lt;span style=&quot;color:#3333ff;&quot;&gt;Perl is especially popular with systems programmers&lt;br /&gt;and web developers.Nowadays, Perl is seen by many as the ideal development language for Web server scripts.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  Originally designed for text processing, it has grown into a sophisticated, general-purpose programming language with a rich software development environment complete with debuggers, profilers, cross-referencers,compilers, interpreters, libraries, syntax-directed editors, and all the rest of thetrappings of a &quot;real&quot; programming language.&lt;br /&gt;&lt;br /&gt; &lt;span style=&quot;color:#3333ff;&quot;&gt; Many programming projects are high level rather than low level. That means that they tend not to involve bit-level manipulations, direct operating system calls. Instead, they focus on reading from files, reformatting the output, and writing it to standard output-for example, a Web browser. With Perl, the programmer does not need to get involved in the details of how file handles and buffers are manipulated, how memory is allocated, and so on.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  In a nutshell, that&#39;s the secret to rapid development: Write small amounts of powerful code without having to come across consider awkward issues of syntax at every step.Little Perl code goes a long way. In terms of programming languages, that usually means that the code will be difficult to read and painful to write &lt;span style=&quot;color:#3333ff;&quot;&gt;Larry Wall, the author of Perl, says that Perl is functional rather than elegant,&lt;/span&gt; This is especially true of the high-level, macro operations typicallyrequired in Web development As it happens, Perl is quite capable of handling some pretty low-level operations, too. It can handle operating system signals and talk to network sockets.</content><link rel='replies' type='application/atom+xml' href='http://perlcoder.blogspot.com/feeds/116292627461729211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37109925&amp;postID=116292627461729211&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292627461729211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292627461729211'/><link rel='alternate' type='text/html' href='http://perlcoder.blogspot.com/2006/11/where-perl-is-used.html' title='Where Perl Is Used ?'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07337206523448061416</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37109925.post-116292559499090292</id><published>2006-11-08T00:19:00.000+05:30</published><updated>2006-11-08T00:23:15.946+05:30</updated><title type='text'>Origin Of Perl</title><content type='html'>Back in 1986, Larry Wall found himself working on a task which involved generating reports from a lot of text files with cross references.&lt;span style=&quot;color:#3333ff;&quot;&gt;Larry Wall developed Perl in 1986.&lt;/span&gt; He was a systems programmer on a project that was developing multilevel, secure wide area networks. Larry was in charge of an installation consisting of three Vaxes and three Suns on the West Coast of the United States connected over an encrypted serial line (1200 baud!) to a similar configuration on the East Coast of the United States. Larry&#39;s primary job was system support &quot;guru.&quot; During this stint, he developed several useful UNIX tools such as rn, patch, and warp.&lt;br /&gt;&lt;br /&gt;Perl was developed in response to a management requirement for a configuration management and control system for all six Vaxes and all six Suns. As with most management requests, Larry had a month to develop this tool!&lt;br /&gt;&lt;br /&gt;Being a UNIX programmer, and because the problem involved manipulating the contents of text files, he started touse awk for the task. But it soon became clear that awk wasn&#39;t fitting the job; with no other option for the job, he&#39;d just have to write some code.&lt;br /&gt;&lt;br /&gt;Instead of wasting time on utility tool, he invented a new language and wrote an interpreter for it.The new language had an emphasis on system management and text handling. &lt;span style=&quot;color:#3333ff;&quot;&gt;After a few revisions, it could handle regular expressions, signals, and network sockets, too. It became known as Perl and quickly became popular with frustrated, lazy UNIX programmers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Perl is short for &lt;span style=&quot;color:#3333ff;&quot;&gt;&quot;Practical Extraction and Report Language&quot;,&lt;/span&gt; although it has also been called a &lt;span style=&quot;color:#3333ff;&quot;&gt;&quot;Pathologically Eclectic Rubbish Lister.&quot;&lt;/span&gt; There&#39;s no point in arguing which one is more correct, because both are endorsed by Larry Wall, Perl&#39;s creator and chief architect, implementor, and maintainer&lt;br /&gt;&lt;br /&gt;Larry moved on to support research and development and took Perl with him. Perl was becoming a good tool for system administration. &lt;span style=&quot;color:#3333ff;&quot;&gt;Larry borrowed Henry Spencer&#39;s regular expression package and modified it for Perl. &lt;/span&gt;Then Larry added most of the goodies he and other people wanted and released it on the Internet.</content><link rel='replies' type='application/atom+xml' href='http://perlcoder.blogspot.com/feeds/116292559499090292/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=37109925&amp;postID=116292559499090292&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292559499090292'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37109925/posts/default/116292559499090292'/><link rel='alternate' type='text/html' href='http://perlcoder.blogspot.com/2006/11/origin-of-perl.html' title='Origin Of Perl'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/07337206523448061416</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>