First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
Still looking for a function-type MySQL interface
I'm still looking for a function-type database interface. CPAN returns more than 1100 hits for mysql, but if there is a function interface, I haven't found it. -- Lars Eighner <http://larseighner.com/> Warbama's Afghaninam day: 98 2357.9 hours since Warbama declared Viet Nam II. Warbam... 15 Mar 2010 16:57
FAQ 8.21 Where do I get the include files to do ioctl() or syscall()?
Keith Thompson wrote: Phred Phungus <Phred(a)example.invalid> writes: Jean-Rene David wrote: * PerlFAQ Server [2010.03.08 05:00]: 8.21: Where do I get the include files to do ioctl() or syscall()? [...] doesn't work perfectly, but it usually gets most of the job done. Simple fil... 9 Mar 2010 21:29
FAQ 8.21 Where do I get the include files to do ioctl() or syscall()?
Ben Morrow wrote: No, I think someone has just incorrectly changed the tense of that sentence at some point in the past. I suspect what was meant is Simple files like errno.h, syscall.h and socket.h are fine, but the hard ones like ioctl.h nearly always need to be hand-edited. yeah. ... 9 Mar 2010 20:21
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 http://faq.perl.org . --------... 9 Mar 2010 12:18
Simple regex question
I was wondering if there is a way to have perl check for a whole number? In an equation, if I have 16/4, it will come up with 4 and will set the "check" to true. If I have 16/5, it will come up with 3.2 and set the condition false. Is there a method to get this into an if/else condition? ... 10 Mar 2010 03:03
Help on String to array !
Guys, I have a string $hex which has lets assume "0012345689abcd" How can I split them into to an array so that arr[0]=00 ,arr[1] =12..etc it works with split command like this to some extent foreach (split(//, $hex){ $arr[$i]=$_; $i++; } Unfortunately when i read big file... 15 Mar 2010 18:07
FAQ 7.4 How do I skip some return values?
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 http://faq.perl.org . --------... 9 Mar 2010 00:13
s///gsi; with a wildcard
Every once in awhile, someone will copy and paste into my message board from Word. After it submits through my Perl script, I'll have something like this plugged in: Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Norma... 26 Mar 2010 11:56
FAQ 6.13 What does it mean that regexes are greedy? How can I get around it?
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 . --------... 8 Mar 2010 18:40
convert BMP 256col to raw image data ?
Is there a perl-ish way to strip the header off a BMP image and get only the raw image data ? My BMP input is 256 color, and I need to have only the image data, like explained in http://www.autohotkey.com/forum/topic11179.html The forum speaks of BMP2RAW which I can call for the file from Perl, but I wo... 10 Mar 2010 16:25
First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89