First  |  Prev |  Next  |  Last
Pages: 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
FAQ 5.14 How can I output my numbers with commas added?
This is an excerpt from the latest version perlfaq5.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 . --------... 1 Jun 2010 06:28
FAQ 4.76 How do I verify a credit card checksum?
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 . --------... 1 Jun 2010 00:01
How to take two input streams?
diff can take two input streams in the following example (if my interpretation is correct). diff <(gunzip <a.gz) <(gunzip b.gz) I'm wondering how to take two streams in a perl program. ... 2 Jun 2010 12:00
How to generate random number without replacement?
It seems that the int(rand(10)) generate random with replacement. I'm wondering how to generate random number without replacement in perl. Is there a function for it? ... 29 Jun 2010 10:43
Troubles using Net::Pcap and Net::PcapUtils
I am using Activestate perl 5.10.0 on Windows XP. I used ppm to install Net::Pcap and Net::PcapUtils, having already installed WinPcap. That install seems to be OK, since WinDump gets device information Here is what it gives me: K:\WinDump>WinDump -D 1.\Device\NPF_GenericDialupAdapter (Adapter for generic ... 1 Jun 2010 13:04
FAQ 4.43 How do I compute the difference of two arrays? How do I compute the intersection of two arrays?
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 . --------... 31 May 2010 13:03
FAQ 3.14 How can I write a GUI (X, Tk, Gtk, etc.) in Perl?
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 . --------... 31 May 2010 06:29
FAQ 9.22 How do I read mail?
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 . --------... 31 May 2010 00:05
FAQ 4.73 How do I keep persistent data across program calls?
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 . --------... 30 May 2010 18:41
Can not locate object method "AddCell" via package"Spreadsheet:: ParseExcel ::Workbook"
In comp.lang.perl.misc on Sun, 30 May 2010 13:48:33 -0700 (PDT) Arindam <arindam.p2(a)gmail.com> wrote: "Hi, I am trying to to learn PERL, I am using it for an Automation Tool, Selenium RC. My target is to open google. If the operation is successful, I will open an existing excel sheet and write PASS, if it... 30 May 2010 17:35
First  |  Prev |  Next  |  Last
Pages: 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55