Re: compile perl

2008-01-17 Thread Diego .
}; do { sleep 1; $ret = waitpid( $pid, POSIX::WNOHANG ); #$self-{log}-verbose(waitpid $cont ret=$ret); $cont --; } until ( ($ret == -1) || (! $cont) ); Thanks!!! On Jan 16, 2008 6:25 PM, Tom Phoenix [EMAIL PROTECTED] wrote: On Jan 16, 2008 8:23 AM, Diego

Re: compile perl

2008-01-17 Thread Diego .
sorry it was a typo!! I wrote on shell: BIN = $HOME/perl without $ On Jan 17, 2008 4:57 AM, h3xx [EMAIL PROTECTED] wrote: On Jan 16, 6:47 am, [EMAIL PROTECTED] (Diego .) wrote: That's what i do: $BIN = $HOME/perl sh Configure -de -Dlocincpth=$BIN -Dloclibpth=$BIN -Dprefix=$BIN/perl5

compile perl

2008-01-16 Thread Diego .
Hi every one!! First of all i'm new on this list. I'm sorry if this is not the correct place to ask my questions... I got a program running with a custom-compiled perl version ( 5.6.2 ) on fedora core 4. The program works correcty with threads, and when i send a sigterm to the parent thread it

Re: compile perl

2008-01-16 Thread Diego .
, Diego . [EMAIL PROTECTED] wrote: i'm trying to compile perl 5.8.8 Does it pass all tests, when you run 'make test'? Cheers! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

input must be 8 bytes long at Blowfish.pm line 56.

2005-11-17 Thread diego . veiga
--$strFileName--); } exit; } What is this input must be 8 bytes long at means All the crypt modules i tried fails in the put part. Regards, Diego -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

matching patterns

2003-04-03 Thread Diego Riano
of $pattern1, and $pattern3 is completely different form 1 or 2. I was trying with If ($paternn1=~/$pattern2/){do somthing . .. } put it just works if the left side is a string, with a pattern it does not work Some ideas?? Thanks in advance Diego Riano -- ___ Diego

Re: matching patterns - - - EXPLANATION

2003-04-03 Thread Diego Riano
that only $pattern2 will match and viceversa. So, How can I compare these two patterns to say if they are similar or the same? thanks again On Thu, 2003-04-03 at 14:11, Diego Riano wrote: Hello All I am having problem figuring out how to match two patterns. I have two pattern and I would like

Reading a file

2003-03-03 Thread Diego Aguirre
Hello, I have just learned opening and reading a file, with open (HoyIn,File.txt); @rgstr=HoyIn; foreach $linea (@rgstr) { print $linea ; } close (HoyIn); I want read the file from -lets say- the fifth line on. Any help, pls? Forhp Shiottr J.

RE: comparing arrays

2002-11-14 Thread Diego Riano
Hello Thanks for your help -- ___ Diego Mauricio Riano Pachon Biologist Institute of Biology and Biochemistry Potsdam University Karl-Liebknecht-Str. 24-25 Haus 20 14476 Golm Germany Tel:0331/977-2809 http://bioinf.ibun.unal.edu.co/~gotem http

comparing arrays

2002-11-13 Thread Diego Riano
hints? Thanks in advance -- ___ Diego Mauricio Riano Pachon Biologist Institute of Biology and Biochemistry Potsdam University Karl-Liebknecht-Str. 24-25 Haus 20 14476 Golm Germany Tel:0331/977-2809 http://bioinf.ibun.unal.edu.co/~gotem http://www.geocities.com

Joining array elements

2002-10-08 Thread Diego Riano
being bigger sometimes being smaller, so I need a way to join the elements from the third element to last one.. any Ideas!! Thanks Diego Riano -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Arrays as subroutines arguments

2001-07-26 Thread Diego Riaño
Hi How can I pass two arrays as subroutine arguments? thanks in advances -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Array::compare question

2001-07-26 Thread Diego Riaño
Hi everybody Does someone know if the array::compare module can handle array of arrays? Thanks in advances DiegoM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Array::compare problem

2001-07-25 Thread Diego Riaño
Hi Everybody I have an array compare problem: I have some array like this my @array1=(); my @array2=(); my @array3=(); my @array4=(); my @array5=(@array1,@array2); my @array6=(@array3,@array4); Then I use Array::compare to compare @array5 and @array6: my $comp

Array::compare problem Correction

2001-07-25 Thread Diego Riaño
Hi Everybody Sorry, I do a misstake in the previous message. This is the correct one. I have an array compare problem: I have some array like this my @array1=(); my @array2=(); my @array3=(); my @array4=(); my @array5=(@array1,@array2); my

Comparing Arrays

2001-07-19 Thread Diego Riaño
Hi everybody I have two array, like this @array1=(one, two, three); @array2=(one,tww,three); Is there some way to compare the two arrays? I was trying with the eq and ne operations inside an IF statement but i does not work Could someone help me. Thanks Diego -- To unsubscribe, e-mail

Joining variables

2001-06-27 Thread Diego Riaño
Hi Perl guys I have another problem: I have three variables working: $var1 $var2 #and $var3 I want to join these three variables in a new one, with some formar, something like that: $newvar will be $var1-$var2-$var3 for example if: $var1=2000 $var2=08 #and $var3=15 then $newvar=2000-08-15

DBI Module

2001-06-22 Thread Diego Riaño
Hi Everybody I am trying to use de perl DBI module to use a MySQL database. I want to know where can I find a tutotial or maybe a HowTo (I do not know?) about perl DBI module? Could someone help me? Thanks in advances Diego Riano

DBI Module 2

2001-06-22 Thread Diego Riaño
someone help me? Thanks in advances, again Diego Riano

Tables help

2001-06-06 Thread Diego Riaño
Hi everybody I am working on some kind of files and i have to change the format and get a table. thes files had the following form: c1 kdlsakdlksa c2 djskadklsa c2 djksadlsadaskdj c3 dskadjlkj c4 dksadkasdljsa I will to chenge them to this: c1c2 c3