First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
FAQ 4.47 How do I handle circular lists?
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 . --------... 27 Jun 2010 06:19
FAQ 4.48 How do I shuffle an array randomly?
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 . --------... 27 Jun 2010 00:58
FAQ 3.23 Can I write useful Perl programs on the command line?
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 . --------... 26 Jun 2010 13:00
Fill Form And Get $5000 To Your Home.
Fill Form And Get $5000 To Your Home At http://uptadesonly.co.cc Due to high security risks,i have hidden the cheque link in an image. in that website on left side below search box, click on image and enter your name and address where you want to receive your cheque. please don't tell to anyone. ... 26 Jun 2010 11:54
FAQ 4.14 How can I compare two dates and find the difference?
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 . --------... 26 Jun 2010 06:30
Accessing Web Site Files Questions
DOWNLOADING And PRINTING WEB SITE FILES QUESTIONS I am running a recent version of the ActiveState Perl program with Windows XP and Vista operating systems. The LWP module has been installed. Could someone list the correct Perl code to use for having a Perl program download and store or print a file from a W... 27 Jun 2010 18:17
FAQ 1.13 Is it a Perl program or a Perl script?
This is an excerpt from the latest version perlfaq1.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 . --------... 26 Jun 2010 00:05
bulk flush input
#!/usr/bin/perl use strict; use warnings; my $data; while (<>) { chomp; if (!$data && $_) { $data = $_; } } print "data=$data\n"; This code reads STDIN and remembers the first non-empty line. That's all it cares about. But it also keeps reading till EOF, acting like the... 28 Jun 2010 19:28
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 . --------... 3 Jul 2010 16:46
How to use Regex to breakdown a pattern and use the pattern to break down a string
Tad, I inverted the pattern, SORRY! It should be "#######XX" Regards Jerry ... 25 Jun 2010 14:16
First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39