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 -Dlo
Thanks!!!
On Jan 16, 2008 6:25 PM, Tom Phoenix <[EMAIL PROTECTED]> wrote:
> On Jan 16, 2008 8:23 AM, Diego . <[EMAIL PROTECTED]> wrote:
>
> > yes, make test reports all tests passed when compiling 5.8.8 on both (
> > fedora 4 and 6 ) but when i compible 5.6.2
8 4:47 AM, 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 PRO
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 ki
tp->do_open($RemoteDir) or die "Permission Denied to access
directory $RemoteDirExplode \n";
# send each file
@arrFileName = @arrFiles;
foreach my $strFileName ( @arrFileName ) {
$RemoteDirFile = $RemoteDir . "/" . basename($strFileName);
print "
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
n" 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
--
___
Hello,
I have just learned opening and reading a file, with
open (HoyIn,"File.txt");
@rgstr=;
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.
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
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
sometimes 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]
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]
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]
I have this hash or array
my %array=(
NumericalResults => [@NumericalResults],
general => [@general],
);
I want to retrieve the name of one of the original arrays, for example
retrieve:
@NumericalResults
to use it in another function.
Can someone helpme
Thanks
--
To unsubscribe, e-mail: [E
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 @array6=(@array3,@arr
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
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
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
someone help me?
Thanks in advances, again
Diego Riano
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
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
21 matches
Mail list logo