[svn:perlfaq] r9671 - perlfaq/trunk
[email protected] Sat, 23 Jun 2007 09:38:20 -0700 (PDT)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog
Date: Sat Jun 23 09:38:20 2007
New Revision: 9671
Modified:
perlfaq/trunk/perlfaq1.pod
Log:
* perlfaq1: What is a JAPH?
+ added missing space to end of code string
Modified: perlfaq/trunk/perlfaq1.pod
==============================================================================
--- perlfaq/trunk/perlfaq1.pod (original)
+++ perlfaq/trunk/perlfaq1.pod Sat Jun 23 09:38:20 2007
@@ -325,7 +325,7 @@
previously used the phrase with many subjects ("Just another x hacker,"),
so to distinguish his JAPH, he started to write them as Perl programs:
- print "Just another Perl hacker,";
+ print "Just another Perl hacker, ";
Note the trailing comma and space, which allows the addition of other
JAxH clauses for his many other interests.