First  |  Prev |  Next  |  Last
Pages: 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
Reverse engineering d'un code Perl
Salut tout le monde, Mon problème est de convertir un code developpé avec le langage perl en un diagramme de classe en utilisant rational rose. S'il y a quelqu'un qui peut m'aider? Amicalement Nabil ... 18 Nov 2009 19:06
My perl script to run arbitrary tasks in parallel
#!/usr/bin/perl # # This script reads its standard input, or from files given on # command line (<>). # # It executes every line as a separate shell command. If --parallel # argument is given, it executes as many jobs in parallel, as # possible, but no more tham "--parallel" at any given time. # # This can b... 17 Nov 2009 23:04
Weird unequality compare questions?
I know my eyesight is getting bad but I'm pounding my head with this rather simple unequal compare. I have a text file, the starting portion of which appears below. The fir field is a filename followed by a tab and the second field is a full path I simply wish to print the filename if/when it changes from the... 15 Nov 2009 08:57
FAQ 3.24 Why don't Perl one-liners work on my DOS/Mac/VMS system?
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 . --------... 14 Nov 2009 12:13
FAQ 1.14 What is a JAPH?
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 . --------... 14 Nov 2009 00:20
Syntax for Perl script
I'm not that familiar with Perl but am trying to enter a couple of <br> into a perl script. It needs to go where this appears. if ($arg eq 'only') { print <<END; I want to enter a couple of line breaks before the routine ends. I've tried to enter it after the { using <br><br> and "<br><br>"; I've t... 13 Nov 2009 23:14
Please help with processing flat file
I'm trying to process flat files with many thousands of records. In these files several rows comprise the information for a single customer. In the example __DATA__ below, I'm trying to fill the variables with the customer information while the customer number is 06020004293, then for customer number 07020000... 14 Nov 2009 21:02
How to get a program output into array
Hi, any Idea how to get the output of this command into an array? The output is still printed to the screen. The array @soxin keeps empty. open(SOXIN, "sox $path -r 8000 -c 1 $src_dir/$basename.vox stat |"); my @soxin = <SOXIN>; close(SOXIN); Thomas B ... 15 Nov 2009 14:29
how to install WWW::Mechanize using yum
I'm on CentOS 5.4 with perl 5.8.8 and I'm trying to install WWW::Mechanize. I try to install Perl modules using "yum" whenever possible because it seems to keep track of what prerequisites are missing and install those prerequisites automatically, and other housekeeping. It seems that if I install some modules wi... 13 Nov 2009 13:16
FAQ 4.39 What is the difference between a list and an array?
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 . --------... 12 Nov 2009 12:50
First  |  Prev |  Next  |  Last
Pages: 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103