First  |  Prev |  Next  |  Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
FAQ 2.8 Where can I get information on Perl?
This is an excerpt from the latest version perlfaq2.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 Nov 2009 06:10
Errors during PersistentPerl Compilation
Hi, 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 'get_string': perperl_perl.... 12 Nov 2009 06:10
FAQ 4.13 How do I find the current century or millennium?
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 . --------... 11 Nov 2009 19:06
Trying to process duplicate in flat file
Given the following data in a flat file: 09020000251 Joe Smith 54 Abbey Road 05020033486 John Jones 98 New York Ave. 07020000279 George Washington 234 Washington Ave. 06020004293 Fred Flintstone 123 Bedrock Road 03020004472 Fred Jones 98 New York Ave. 06020004293 Wi... 11 Nov 2009 02:20
FAQ 4.14 How can I compare two dates and find the difference?
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 . --------... 8 Nov 2009 14:04
connect to localhost failed error with Mail::Sendmail on Windows
Hi, I am trying the example script of Mail::Sendmail with ActivePerl on windows pc connected to the internet:- --- - trying localhost - connect to localhost failed (Unknown error) retrying in 1 seconds... - connect to localhost failed, next server... connect to localhost failed (Unknown error) connect... 11 Nov 2009 16:49
Searching regular expr: How to match the following pattern withquotes, brackets and semicolons?
Peter Stacy wrote: In a file I am searching for (the first) expression which matches the following pattern: aabbcc('<some chars or digits but no special chars nor CRs>',<zero or one blank>'<one or more digits>'); First define how many "some" is and what are "some chars" and what are "special chars". ... 8 Nov 2009 05:18
regexpressions question
How can I place everything the =~ operator has matched into an arrayy? Thank you in advance. peace, -- Robin -- robin1(a)cnsp.com ... 3 Nov 2009 18:13
rendering images from a database
If you have a table in a database with an ID field (int), name (varchar), a content-type field (varchar) and a data field (blob), and you have binary data in the data field (like GIFs, JPEGs, PDFs, etc.), you can display these directly in a new HTML page. A query from the the database returns this: id => 666 ... 3 Nov 2009 14:51
optimizar r/w en ficheros
Hola, estoy usando el open - identificador para abrir fichero escribir y cerrar, pero esto en perl es bastante lento si se compara con C++. He leido que hay algunos parametros de perlio que se pueden modificar para acelerar los r/w, sabeis algo acerca de esto? Muchas gracias. ... 2 Nov 2009 17:56
First  |  Prev |  Next  |  Last
Pages: 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103