Search   Feed   Browse   Add
Feed items 1 - 10 of 11 for March 2008

svn:perlfaq r11019 - perlfaqtrunk by comdog - March 29, 2008

Author: comdogDate: Sat Mar 29 17:55:22 2008New Revision: 11019Modified: perlfaqtrunkperlfaq8.podLog: perlfaq8: How do I add the directory my program lives in to the modulelibrary search path + FindBin does not search PATH, so don&39;t say that it doesModified: perlfaqtrunkperlfaq8.pod==============================================================================--- perlfaqtrunkperlfaq8.pod (original)+++ perlfaqtrunkperlfaq8.pod Sat Mar 29 17:55:22 2008 -1273,13 +1273,11 use lib...
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg437.html

svn:perlfaq r10982 - perlfaqtrunk by comdog - March 23, 2008

Author: comdogDate: Sun Mar 23 07:41:28 2008New Revision: 10982Modified: perlfaqtrunkperlfaq5.podLog: REmoved U<> sequence: normal pod doesn&39;t have that!Modified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Sun Mar 23 07:41:28 2008 -13,7 +13,7 (contributed by brian d foy) You might like to read Mark Jason Dominus&39;s "Suffering From Buffering"-at..
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg436.html

svn:perlfaq r10981 - perlfaqtrunk by comdog - March 23, 2008

Author: comdogDate: Sun Mar 23 07:21:00 2008New Revision: 10981Modified: perlfaqtrunkperlfaq5.podLog: perlfaq5: How do I flushunbuffer an output filehandle Why must I do this + replaced answer to get to specifics quickly and show example programs + added an example using the :unix IO layerModified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Sun Mar 23 07:21:00 2008..
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg435.html

svn:perlfaq r10942 - perlfaqtrunk by comdog - March 18, 2008

Author: comdogDate: Tue Mar 18 14:47:55 2008New Revision: 10942Modified: perlfaqtrunkperlfaq6.podLog: perlfaq6: How do I substitute case insensitively on the LHS while preserving case on the RHS + use $string instead of $a as a variable name + this is the latest best practice since $a is special in a sort().Modified: perlfaqtrunkperlfaq6.pod==============================================================================--- perlfaqtrunkperlfaq6.pod (original)+++ perlfaqtrunkperlfaq6.pod Tue Mar..
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg434.html

svn:perlfaq r10941 - perlfaqtrunk by comdog - March 18, 2008

Author: comdogDate: Tue Mar 18 14:42:25 2008New Revision: 10941Modified: perlfaqtrunkperlfaq5.podLog: perlfaq5: Why do I get weird spaces when I print an array of lines + filled out the answer a bit and resolved some pronoun issuesModified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Tue Mar 18 14:42:25 2008 -1283,24 +1283,44 =head2 Why do I get weird spaces when I...
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg433.html

svn:perlfaq r10926 - perlfaqtrunk by comdog - March 16, 2008

Author: comdogDate: Sun Mar 16 13:08:57 2008New Revision: 10926Modified: perlfaqtrunkperlfaq5.podLog: How can I read in an entire file all at once + Fixed typoModified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Sun Mar 16 13:08:57 2008 -955,7 +955,7 use File::Slurp; $all_of_it = read_file($filename); entire file in scalar- all_lines = read_file($filename); one..
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg432.html

svn:perlfaq r10896 - perlfaqtrunk by comdog - March 9, 2008

Author: comdogDate: Sun Mar 9 18:41:26 2008New Revision: 10896Modified: perlfaqtrunkperlfaq.podLog: perlfaq.pod: typo fixModified: perlfaqtrunkperlfaq.pod==============================================================================--- perlfaqtrunkperlfaq.pod (original)+++ perlfaqtrunkperlfaq.pod Sun Mar 9 18:41:26 2008 -12,7 +12,7 The perlfaq comes with the standard Perl distribution, so if you have Perl you should have the perlfaq. You should also have the C<perldoc> tool-that...
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg431.html

svn:perlfaq r10895 - perlfaqtrunk by comdog - March 9, 2008

Author: comdogDate: Sun Mar 9 18:29:52 2008New Revision: 10895Modified: perlfaqtrunkperlfaq5.podLog: perlfaq5: How do I change, delete, or insert a line in a file, or append to the beginning of a file + a couple of the print()s were missing the filehandle, which was the point of the answer.Modified: perlfaqtrunkperlfaq5.pod==============================================================================--- perlfaqtrunkperlfaq5.pod (original)+++ perlfaqtrunkperlfaq5.pod Sun Mar 9 18:29:52 2008..
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg430.html

svn:perlfaq r10878 - perlfaqtrunk by comdog - March 4, 2008

Author: comdogDate: Tue Mar 4 16:28:36 2008New Revision: 10878Modified: perlfaqtrunkperlfaq4.podLog: perlfaq4: How do I manipulate arrays of bits + iterate through array indices, not elements, to get the right bit to setModified: perlfaqtrunkperlfaq4.pod==============================================================================--- perlfaqtrunkperlfaq4.pod (original)+++ perlfaqtrunkperlfaq4.pod Tue Mar 4 16:28:36 2008 -1730,8 +1730,8 ints = (...); array of bits, e.g. ( 1, 0, 0, 1, 1,.
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg429.html

svn:perlfaq r10876 - perlfaqtrunk by comdog - March 3, 2008

Author: comdogDate: Mon Mar 3 11:49:36 2008New Revision: 10876Modified: perlfaqtrunkperlfaq4.podLog: perlfaq4: How do I manipulate arrays of bits + once again I am an idiot. Save the file before committing changes! This is the content for the last commit. + Steffen Heinrich pointed out a mismatch between the prose for the first example and what the example already does. + I fixed the code, and elaborated in the proseModified:...
http://www.nntp.perl.org/group/perl.cvs.perlfaq/2008/03/msg428.html
Available Archives
- January (1 item)
- March (11 items)
- April (6 items)
- May (3 items)
- June (19 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact