First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
FAQ 9.24 How do I fetch a news article or the active newsgroups?
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 . --------... 15 May 2010 00:49
perl format statement, how do I begin a line with a hash mark?
I would like to use a perl format statement to autogenerate qsub files for a PBS scheduler. The files I need to generate are essentially shell scripts with comments beginning with a hash mark to denote them as pragma for the scheduler. If I create a format statement that looks like format QSUBFILE = #PBS -N @... 15 May 2010 15:53
MinGW and Perl 5.12 - Windows 64 bits ActiveState
[ subject changed to: "MinGW and Perl 5.12 - Windows 64 bits ActiveState" ] On 14 mai, 15:25, Dilbert <dilbert1...(a)gmail.com> wrote: On 14 mai, 14:01, Bart Lateur <bart.lat...(a)telenet.be> wrote: Dilbert wrote: I know, I can get MinGW64 athttp://mingw-w64.sourceforge.net/orI can grab the freely a... 18 May 2010 18:07
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 http://faq.perl.org . --------... 14 May 2010 12:47
Do successfull poll(), sysread(), syswrite() calls clear %!
Hello, I have a multiplayer game (at preferans.de) as a non-forking server in Perl (v5.10.0 under OpenBSD 4.5) and it runs mostly okay with average of 10 connected users and uses 0.2% CPU. However once in a week the perl process would "spin up" up to 98% CPU and would stop responding. It is difficult to fi... 14 May 2010 13:54
FAQ 8.41 How do I use an SQL database?
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 . --------... 13 May 2010 18:15
Debugging question: tracing the origin of an error.
I have done all the usual things (as specified in the FAQ), and more, but it isn't enough. Here is how my script starts: use strict; use warnings; use DBI; use DateTime::Format::MySQL; use Date::Manip; use DateTime::Format::DateManip; BEGIN { $SIG{__WARN__} = sub{ print STDERR "Perl: ", @_; ... 22 May 2010 10:30
FAQ 3.30 What's MakeMaker?
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 . --------... 13 May 2010 06:06
search and replace in a file tree, only for files that match
I'm wondering if there is a perl script or a simpler way to accomplish the task of doing global search/replace in all files, possibly of specified file types in a file tree, where *only* the files that match the search string will be modified (because I need to preserve time stamps so that only truly modified fi... 12 May 2010 21:25
FAQ 8.42 How do I make a system() exit on control-C?
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 . --------... 12 May 2010 12:28
First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63