First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
FAQ 6.2 I'm having trouble matching over more than one line. What's wrong?
This is an excerpt from the latest version perlfaq6.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 14 Apr 2010 00:01
FAQ 9.23 How do I find out my hostname, domainname, or IP address?
This is an excerpt from the latest version perlfaq9.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 13 Apr 2010 18:27
Using new features of Perl
This is just a "like to know" question. Does: use feature "switch"; incur anything more or less than: use feature ":5.10"; # which gives you switch and everything else Is it good practice just to pull in what you want with the first one? Bob ... 14 Apr 2010 11:01
software requirements again, retrospective
This isn't a complaint, gripe, or an appeal to sympathy. It's simply a report on a conversation I had yesterday. You can draw your own conclusions. In case you missed the first installment, I vented on c.l.p.m. because of a series of 'unknown' requirements that I had to implement after the fact. The project was ... 13 Apr 2010 12:48
FAQ 3.18 How can I free an array or hash so my program shrinks?
This is an excerpt from the latest version perlfaq3.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 13 Apr 2010 00:46
FAQ 9.21 How do I use MIME to make an attachment to a mail message?
This is an excerpt from the latest version perlfaq9.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 12 Apr 2010 18:07
Question about Algorithm::Diff
I have a question about the Perl Module Algorithm::Diff. I want to use Algorithm::Diff to calculate the diff of the two sequences "ab" and "a1bab", the "LCS" (the "Longest Common Sequence") is a length of 2. Theoretically there are 3 solutions with LCS = 2: Solution 1: ---ab a1bab Solution 2: a-b-- a1... 13 Apr 2010 11:40
FAQ 9.19 How do I return the user's mail address?
This is an excerpt from the latest version perlfaq9.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 12 Apr 2010 06:58
FAQ 7.2 What are all these $@%&* punctuation signs, and how do I know when to use them?
This is an excerpt from the latest version perlfaq7.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 12 Apr 2010 00:30
FAQ 7.21 How do I redefine a builtin function, operator, or method?
This is an excerpt from the latest version perlfaq7.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 11 Apr 2010 19:00
First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76