Description:
The Perl language in general.
|
|
|
FAQ 8.4 How do I print something out in color?
|
| |
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 [link] .... more »
|
|
submit to FormMail.pl throwing some error.
|
| |
I am creating a website. The website root is /www at server. my file ContactUs.html is kept in /www FormMail.pl is kept in /www/cgi-bin It was downloaded from [link] No changes done. .FormMail.conf is also at /www When I click submit, instead of displaying thanks.html (in the same... more »
|
|
FAQ 7.5 How do I temporarily block warnings?
|
| |
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 [link] .... more »
|
|
Complex (for me) reference deconstruction
|
| |
Hi and TIA. Following is a snippet of code which uses HTML::TableContentParser to pull table data out of an HTML page. I've gotten it to work, but, I'd like to better understand why/how (particularly the long array/hash references). I've read the Perllol and Perlref documents, but would really appreciate a plain language walk-through. Thanks.... more »
|
|
FAQ 8.7 How do I clear the screen?
|
| |
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 [link] .... more »
|
|
XML::Twig doctype and entity handling
|
| |
I'm writing a program that needs to extract a clump of XML metadata stored inside of a noncompliant HTML file and then perform a number of operations on that metadata. (Specifically, for those curious, this is part of a Mobipocket .prc to IPDF .epub ebook converter.) The HTML file in question has no doctype declaration, and XHTML... more »
|
|
Data type mismatch warning using DBI
|
| |
I am using Perl 5.8 with the DBI module to routinely send parsed data to an Access db. Sometimes the incoming files may have errors so that numeric data appears as text. This causes my script to throw a warning: DBD::ODBC::st execute failed: [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. (SQL-22018) at C:\myscript.pl line 422.... more »
|
|
FAQ 8.2 How come exec() doesn't return?
|
| |
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 [link] .... more »
|
|
|