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
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
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
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
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
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
> 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
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
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
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
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
11 matches
Mail list logo