First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
FAQ 5.36 Why doesn't glob("*.*") get all the files?
This is an excerpt from the latest version perlfaq5.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 . --------... 7 Jan 2010 06:50
FAQ 9.17 How do I check a valid 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 . --------... 7 Jan 2010 00:20
LWP::UserAgent HTTP POST authentication problem
Below is a suggested 'Automatic Payment Confirmation' script copied and pasted from the Nochex Developer's forum (Nochex themselves do not offer support in Perl). This thread is now closed and I suspect the Nochex forum does not get much traffic, hence this post here. I have spotted one error (the line '$mail_m... 8 Jan 2010 09:22
Perl DBI module hanging (transaction isolation)
I am running a perl script (on ancient Perl 5.6, with which I am stuck) which uses DBI module. The script runs select, delete and insert statements against an Oracle table. The script runs properly most of the time. I also have a 'sqlplus' session running. There are 5 records in table tt22. Case A) In sql... 7 Jan 2010 12:23
FAQ 6.9 How can I quote a variable to use in a regex?
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 . --------... 6 Jan 2010 08:36
passing argument to a subroutine
On Thu, 03 Dec 2009 19:11:45 +0100, Jochen Lehmeier <OJZGSRPBZVCX(a)spammotel.com> wrote: [...] So, if you're pedantic, you might ask why all those bytes have to be shifted around just to get at the first argument. The bytes are not shifted around, the pointer to the start of the array is moved forward one s... 6 Jan 2010 08:36
perl in BartPE: locale warning
I cannot manage to build BartPE in a way which allows perl (AS flavor) to run without warnings about (rephrasing): setting locale failed reverting to "C" locale Somebody knowing a workaround? Some environment missing, or do I need some more "language support" components? Thanks, Ilya P.S. I'm gett... 11 Jan 2010 09:44
Errors during PersistentPerl Compilation
Ferry Bolhar wrote: I'm trying to install PersistentPerl 2.22 on a Fedora 10 system with Perl 5.10.0 installed. During the make, I get some errors from gcc: perperl_perl.c: In function 'find_scr': perperl_perl.c:258: error: expected expression before 'PersistentScript' perperl_perl.c: In function ... 1 Jan 2010 09:44
How to put '#!/usr/bin/env perl -w' at the beginning of a perlscript?
Wanna-Be Sys Admin <sysadmin(a)example.com> wrote: Peng Yu wrote: Since my perl is installed in a nonstandard location, I have to use '/ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usr/bin/env perl'. I also what to use it with '-w'. I'm w... 1 Jan 2010 18:28
FAQ 8.38 How do I timeout a slow event?
This is an excerpt from the latest version perlfaq8.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 . --------... 23 Dec 2009 13:40
First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103