archives

FAQ 8.36 How do I fork a daemon process?

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] .

Difference of * and + in regular expression

Hi, If I used the uncommented if-statement, I would get no match. If I used the commend if statement otherwise, I would have the following string as the output. I'm wondering why the regular expression with * does not match anything? namespace a { namespace b { namespace c { Thanks, Peng $string="a namespace a { namespace b { namespace c { ";

Re: Tosi epäselvä raitiovaunukolarin syy.

Kuinka syvältä uraanit? Aikoinaan I. Karaila netissä laski uraanin kaivuun olevan 0,1% jo irrotusenergiansa osalta täysin kannattamattoman. Myös STUK ja GTK ilmoittaa 0,1% uraanin olevan teoreettisessa kannattavuusrajassaan jo normaalissa parhaimmanluokan teollisussirroituksessa. Ja kun huomioimme

FAQ 8.21 Where do I get the include files to do ioctl() or syscall()?

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] .

FAQ 9.3 How can I get better error messages from a CGI program?

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 [link] .

Wordle: Art from Words - You have to try it!!!

I was turned on to this web based application that allows one to have fun with words and art, all with the same Java program. Try it, you'll like it.

Unifying Temp table behavior across oracle, mssql

Hi, I have an java application with a common persistence layer that now has the need for temporary tables. The need has arisen basically because we often need to do IN on large java arrays, and are hitting the bounds on the IN (1, 2, ... 1000s) for both oracle (max 2000 items in an in expression) and mssql (our driver uses a stored procedure,

How to match string end for a multiline string?

Hi, $ matches line end. When a string has multiple lines, how to much the last line end? Thanks, Peng

FAQ 8.26 Why doesn't open() return an error when a pipe open fails?

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] .