Rick wrote:
John W. Krahn wrote:
Rick wrote:
should this not work?
Based upon the code presented, it looks like the code it correct.
I am finding out that Length is *NOT* being sorted correctly
numerically...
Of course we don't know the data stored in %in_array and %in_array_c
so it is h
John W. Krahn wrote:
Rick wrote:
should this not work?
Based upon the code presented, it looks like the code it correct.
I am finding out that Length is *NOT* being sorted correctly
numerically...
Of course we don't know the data stored in %in_array and %in_array_c
so it is hard to say wh
Rick wrote:
should this not work?
Based upon the code presented, it looks like the code it correct.
I am finding out that Length is *NOT* being sorted correctly numerically...
Of course we don't know the data stored in %in_array and %in_array_c so
it is hard to say why it is not working th
should this not work?
I am finding out that Length is *NOT* being sorted correctly numerically...
for my $d ( sort { $in_array{$b} <=> $in_array{$a} } keys %in_array ){
printf "SERVER:%-20s %-20s\n",$d,$in_array{$d};
for my $key30 ( keys %{ $in_array_c{$d} } ) {
for my
On Sun, May 10, 2009 at 13:06, AndrewMcHorney wrote:
> Hello
>
> I need a little assistance in creating a function for my perl code. The
> function will pass in an array of strings and an index. The function will
> build a single string using the 1st string at the passed in index and the
> remaini
Hello
I need a little assistance in creating a function for my perl code.
The function will pass in an array of strings and an index. The
function will build a single string using the 1st string at the
passed in index and the remaining strings in the array. It will
return the newly built in s
Hello,
Today I was searchin for a Internet-Radio Solution for Linux but most is
not suitable for me. I have found a VERY nice blown GUI-Application for
Windows but I like to see this under Linux and of course, managed over a
webinterface.
Since here are some real Perl-Experts and my search on CP