Fwd: slice of an arrayref

2010-10-29 Thread shawn wilson
i am having an issue here, i think the bulk of it revolves around this; print join(',', @uword{ $seen{ $key }[ 1 ] }[ 1 .. $#{ @uword{ $seen( $key ) } } ] ); however, given how that looks, i'm thinking i've got others. so, pretty much, what i do is go through each line and take out the wo

Re: upgrade to perl 5.12.2 on RHEL 5.5

2010-10-29 Thread Shawn H Corey
On 10-10-29 01:14 PM, galeb abu-ali wrote: Hi, I'm new to perl. I recently installed RHEL 5.5 (it's the only Linux dist allowed at my work place) and tried to upgrade from perl 5.8.8 (which came with RHEL) to v 5.12.2. I didn't get any errors after going through the config shell, make test, ma

Re: upgrade to perl 5.12.2 on RHEL 5.5

2010-10-29 Thread Jim Gibson
On 10/29/10 Fri Oct 29, 2010 10:14 AM, "galeb abu-ali" scribbled: > Hi, > > I'm new to perl. I recently installed RHEL 5.5 (it's the only Linux dist > allowed at my work place) and tried to upgrade from perl 5.8.8 (which came > with RHEL) to v 5.12.2. I didn't get any errors after going throu

upgrade to perl 5.12.2 on RHEL 5.5

2010-10-29 Thread galeb abu-ali
Hi, I'm new to perl. I recently installed RHEL 5.5 (it's the only Linux dist allowed at my work place) and tried to upgrade from perl 5.8.8 (which came with RHEL) to v 5.12.2. I didn't get any errors after going through the config shell, make test, make install steps. But when I ask what the new

Re: how to remove (^M ^G ) characters

2010-10-29 Thread John W. Krahn
Eitan Adler wrote: Did you know that Perl has built-in idioms to handle multiple file manipulation: #!/usr/bin/perl Small nitpick, but one that irks me very much: please keep this portable #!/usr/bin/env perl And you believe that to be portable? http://lists-archives.org/git/719934-perl-she

Re: two errors

2010-10-29 Thread Pau Marc Munoz Torres
Hi Shiomi Thanks for your answer, i compiled this program with a 32 bits machine and everything worked, but now this machine is dead, as long as the two versions of linux are different, can the problem due to different compilers version? pau 2010/10/29 Shlomi Fish > Hi Pau, > > On Thursday 28

Re: how to remove (^M ^G ) characters

2010-10-29 Thread Eitan Adler
> Did you know that Perl has built-in idioms to handle multiple file > manipulation: > > #!/usr/bin/perl Small nitpick, but one that irks me very much: please keep this portable #!/usr/bin/env perl %ls -laod /usr/bin/perl ls: /usr/bin/perl: No such file or directory %ls -laod /usr/local/bin/perl

Re: two errors

2010-10-29 Thread Shlomi Fish
On Thursday 28 October 2010 16:04:19 Pau Marc Munoz Torres wrote: > Hi every body > > recently i compiled a svmlight perl module two use svmlight program with > perl > > http://search.cpan.org/~kwilliams/Algorithm-SVMLight-0.09/lib/Algorithm/SVM > Light.pm > > to compile a patch is needed and a

Re: two errors

2010-10-29 Thread Shlomi Fish
Hi Pau, On Thursday 28 October 2010 16:04:19 Pau Marc Munoz Torres wrote: > Hi every body > > recently i compiled a svmlight perl module two use svmlight program with > perl > > http://search.cpan.org/~kwilliams/Algorithm-SVMLight-0.09/lib/Algorithm/SVM > Light.pm > > to compile a patch is nee

Re: How to copy and execute a file from source host to a remote windows system using perl ?

2010-10-29 Thread Shlomi Fish
Hi Amit, On Thursday 28 October 2010 16:04:22 Amit Saxena wrote: > Hi all, > > Please let me know a way to copying from source host and executing a file > on a remote windows system using perl when > > 1. When the password of "administrator" account on the remote host is > known. > > 2. When th

Re: Variable variable names

2010-10-29 Thread Shlomi Fish
Hi Nora, On Friday 29 October 2010 07:23:13 HACKER Nora wrote: > Hello, > > In the below code I am desperately trying to accomplish the valid use of > variable variable names but still fail. I have already read many sites, > tutorials, mailing list posts, all saying that this is best accomplished