perl.cvs.perlfaq...svn:perlfaq r11451 - perlfaqtrunk by comdog- June 24, 2008 Author: comdogDate: Tue Jun 24 09:53:14 2008New Revision: 11451Modified: perlfaqtrunkperlfaq5.podLog: perlfaq5: How can I open a filehandle to a string + Recasting Peter&39;s lead paragraph with another that he supplied.Modified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Tue Jun 24 09:53:14 2008 -557,13 +557,13 See L<perlform"Accessing Formatting...http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg465.html svn:perlfaq r11447 - perlfaqtrunk by comdog- June 23, 2008 Author: comdogDate: Mon Jun 23 10:38:50 2008New Revision: 11447Modified: perlfaqtrunkperlfaq7.podLog: perlfaq5: What&39;s the difference between calling a function as &foo and foo() + replaced answer with one with examplesModified: perlfaqtrunkperlfaq7.pod==============================================================================--- perlfaqtrunkperlfaq7.pod (original)+++ perlfaqtrunkperlfaq7.pod Mon Jun 23 10:38:50 2008 -682,21 +682,40 =head2 What&39;s the difference between calling..http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg464.html svn:perlfaq r11446 - perlfaqtrunk by comdog- June 23, 2008 Author: comdogDate: Mon Jun 23 10:16:39 2008New Revision: 11446Modified: perlfaqtrunkperlfaq5.podLog: perlfaq5: How can I copy a file + Note that if you copy the file yourself, you need to update the permissions, owner, and group on the new fileModified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Mon Jun 23 10:16:39 2008 -302,11 +302,11 C<.c.orig> file. =head2.http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg463.html svn:perlfaq r11445 - perlfaqtrunk by comdog- June 23, 2008 Author: comdogDate: Mon Jun 23 10:10:49 2008New Revision: 11445Modified: perlfaqtrunkperlfaq5.podLog: perlfaq5: All I want to do is append a small amount of text to the end of a file. Do I still have to use locking + mention that :perlio does not have the problem + Fix suggested by Ben MorrowModified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Mon Jun 23 10:10:49...http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg462.html svn:perlfaq r11441 - perlfaqtrunk by comdog- June 22, 2008 Author: comdogDate: Sun Jun 22 23:56:16 2008New Revision: 11441Modified: perlfaqtrunkperlfaq8.podLog: perlfaq8: How come exec() doesn&39;t return + expanded answer to list other alternativesModified: perlfaqtrunkperlfaq8.pod==============================================================================--- perlfaqtrunkperlfaq8.pod (original)+++ perlfaqtrunkperlfaq8.pod Sun Jun 22 23:56:16 2008 -20,11 +20,16 binary was built for. =head2 How come exec() doesn&39;t return+X<exec>...http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg461.html svn:perlfaq r11440 - perlfaqtrunk by comdog- June 22, 2008 Author: comdogDate: Sun Jun 22 23:50:14 2008New Revision: 11440Modified: perlfaqtrunkperlfaq7.pod perlfaqtrunkperlfaq8.podLog: perlfaq8: How do I clear the screen + Expanded answer to cover Term::ANSIScreen and Win32::ConsoleModified: perlfaqtrunkperlfaq7.pod==============================================================================--- perlfaqtrunkperlfaq7.pod (original)+++ perlfaqtrunkperlfaq7.pod Sun Jun 22 23:50:14 2008 -238,6 +238,7 =back =head2 How do I create a class+X<class,..http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg460.html svn:perlfaq r11411 - perlfaqtrunk by comdog- June 11, 2008 Author: comdogDate: Wed Jun 11 15:31:29 2008New Revision: 11411Modified: perlfaqtrunkperlfaq7.podLog: perlfaq7: How do I create a class + replaced the answer to answer the question as well as pointing to other references.Modified: perlfaqtrunkperlfaq7.pod==============================================================================--- perlfaqtrunkperlfaq7.pod (original)+++ perlfaqtrunkperlfaq7.pod Wed Jun 11 15:31:29 2008 -239,8 +239,17 =head2 How do I create a class -See L<perltoot>..http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg459.html svn:perlfaq r11410 - perlfaqtrunk by comdog- June 11, 2008 Author: comdogDate: Wed Jun 11 15:18:12 2008New Revision: 11410Modified: perlfaqtrunkperlfaq.pod perlfaqtrunkperlfaq7.podLog: How can I find out my current package + added "or calling" to the questionModified: perlfaqtrunkperlfaq.pod==============================================================================--- perlfaqtrunkperlfaq.pod (original)+++ perlfaqtrunkperlfaq.pod Wed Jun 11 15:18:12 2008 -1077,7 +1077,7 =item -How can I find out my current package+How can I find out..http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg458.html svn:perlfaq r11409 - perlfaqtrunk by comdog- June 11, 2008 Author: comdogDate: Wed Jun 11 15:12:22 2008New Revision: 11409Modified: perlfaqtrunkperlfaq7.podLog: How can I find out my current package + replaced answer + reference perldata for __PACKAGE__ + used blessed() instead of ref() + mention caller() + mention main and empty packagesModified: perlfaqtrunkperlfaq7.pod==============================================================================--- perlfaqtrunkperlfaq7.pod (original)+++ perlfaqtrunkperlfaq7.pod Wed Jun 11 15:12:22 2008 -819,20...http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg457.html svn:perlfaq r11398 - perlfaqtrunk by comdog- June 10, 2008 Author: comdogDate: Tue Jun 10 10:19:08 2008New Revision: 11398Modified: perlfaqtrunkperlfaq5.podLog: perlfaq5: How do I select a random line from a file + Note that the solutions assume that you don&39;t want to load the file into a database or pre-index it.Modified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Tue Jun 10 10:19:08 2008 -613,11 +613,11 =head2 How can..http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/06/msg456.html |