First  |  Prev |  Next  |  Last
Pages: 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606
here is the famous godwin script, donated to the usenet populous!
#!/usr/bin/perl require 5; $VERSION = '1.0'; use File::Slurp; use warnings; use Getopt::Std; use List::Util ('shuffle'); use News::Article; use strict 'refs'; my(%option, $inputFilename, $outputFilename, @addBody, $code); my $ctr = 0; my(@dropGroups) = (); my(@followups) = (); # generate messages to en... 24 Feb 2007 23:52
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 . --------... 24 Feb 2007 21:17
Automating Internet Explorer
Hello, I am trying to find a reliable leak-proof way to control Internet Explorer by way of buttons (or whatever) in a parallel Tk window. The script below is where it's at at the moment. (Please forgive the learner's-comments, I just clipped the script exactly as it currently is.) At the moment the Tk butt... 24 Feb 2007 23:21
FAQ 5.18 How can I reliably rename a file?
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 . --------... 24 Feb 2007 18:53
Thread issue
Help. I tried to do a recompile of perl 5.8.8 and I forgot the -Dusethreads option. When I realized my mistake, I did try to add it back on a recompile but suddenly B stops the whole process. Running BSD/OS 4.3.1 . Remedy please. -- Member - Liberal International This is doctor(a)nl2k.ab.ca Ici doctor(a)nl... 24 Feb 2007 18:53
FAQ 5.2 How do I change, delete, or insert a line in a file, or append to the beginning of a file?
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 . --------... 24 Feb 2007 18:53
any perl tool to create a flow of perl scripts :-[ (co)
john.swilting wrote: Uri Guttman wrote: "i" == iarunkumar <iarunkumar(a)gmail.com> writes: i> We have hundreds of perl scripts being used. It's hard to debug and i> don't know the flow like which one is calling which. Is there any tool i> that creates a flow chart like giving a v... 24 Feb 2007 18:53
any perl tool to create a flow of perl scripts :-[
Uri Guttman wrote: "i" == iarunkumar <iarunkumar(a)gmail.com> writes: i> We have hundreds of perl scripts being used. It's hard to debug and i> don't know the flow like which one is calling which. Is there any tool i> that creates a flow chart like giving a visual view of multiple perl ... 24 Feb 2007 18:53
FAQ 4.74 How do I define methods for every class/object?
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 . --------... 24 Feb 2007 18:53
any perl tool to create a flow of perl scripts
We have hundreds of perl scripts being used. It's hard to debug and don't know the flow like which one is calling which. Is there any tool that creates a flow chart like giving a visual view of multiple perl scripts. Thanks Arun ... 27 Feb 2007 05:37
First  |  Prev |  Next  |  Last
Pages: 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606