cvs commit: perlfaq glossary.pod

[email protected] (Robert Spier) 4 Dec 2003 07:50:27 -0000
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     03/12/03 23:50:27

  Modified:    .        glossary.pod
  Log:
  From: david nicol <[email protected]>
  To: Iain Truskett <[email protected]>, [email protected]
  Subject: perl glossary submissions
  Date: 01 Dec 2003 18:07:32 -0600
  
  Revision  Changes    Path
  1.3       +9 -0      perlfaq/glossary.pod
  
  Index: glossary.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/glossary.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- glossary.pod	22 Mar 2003 17:51:15 -0000	1.2
  +++ glossary.pod	4 Dec 2003 07:50:26 -0000	1.3
  @@ -24,6 +24,10 @@
   a chapter in the Programming Perl book.  Each Apocalypse is followed
   by an Exegesis.
   
  +=head2 blat 
  +
  +To write out an entire file in one step 
  +
   =head2 Camel book 
   
   Programming Perl published by O'Reilly & Associates, which has a camel
  @@ -279,6 +283,11 @@
   =head2 regexp
   
   An alternate spelling of C<regex>.
  +
  +=head2 slurp
  +
  +to read in an entire file in one step 
  +
   
   =head2 SWIG