First  |  Prev |  Next  |  Last
Pages: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
FAQ 3.9 Is there a ctags for Perl?
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 . --------... 17 Feb 2010 00:04
saving old versions of file
I have a problem and I was hoping someone could help me. I have a program that every time it runs it saves a log file with same name about the changes it did on that particular run. Result is that old file gets overwritten and lost. I would like to create "virtual file" so that every time foobar.log is written I ac... 18 Feb 2010 12:48
readdir: is there a way to reset cursor to beginning?
Hi, I am toying around with the directory operations chapter of "Learning Perl" and ran into a bit of a snag. I am trying to open a directory, output all the -f files to a @files array and all the -d files to a @folders array. The problem is it seems to only work for the first instance of readdir I use; they both... 17 Feb 2010 13:21
FAQ 1.2 Who supports Perl? Who develops it? Why is it free?
This is an excerpt from the latest version perlfaq1.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 . --------... 16 Feb 2010 00:25
use strict...
I know this is a pretty stupid question, maybe, but is it better to use strict? I have never gotten a concise answer to this question because there reallty isn't any docs on it. thanks, -ro9bin ... 24 Feb 2010 10:49
FAQ 3.6 How do I profile my Perl programs?
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 . --------... 15 Feb 2010 18:53
FAQ 3.2 How can I use Perl interactively?
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 . --------... 15 Feb 2010 06:29
hashes (geo::coder::google)
I am trying to do some geocoding w/ geo::coder::google. It works fine but my problem is accessing the values in the hash. How can I return the coordinates (ie '-122.397323','37.778993',)? #here is the hash (as posted on CSPAN page for Geo::Coder::Google) ##Link for a more legible version: http://search.cpan.org... 15 Feb 2010 06:29
DBI "Illegal parameter number" in bind_param statement ... butit's not
On 2010-02-14 16:39, Henry Law <news(a)lawshouse.org> wrote: I'm trying to do something very simple: query an existing MYSQL table for a single row or set of similar rows. Code fragment below. I'm getting "Illegal parameter number" but my code looks perfectly correct. I've looked at the module source a... 14 Feb 2010 12:54
FAQ 4.45 How do I find the first array element for which a condition is true?
This is an excerpt from the latest version perlfaq4.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 Feb 2010 12:54
First  |  Prev |  Next  |  Last
Pages: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100