Re: sort multiple hash reference by value

2009-05-10 Thread John W. Krahn
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

Re: sort multiple hash reference by value

2009-05-10 Thread Rick
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

Re: sort multiple hash reference by value

2009-05-10 Thread John W. Krahn
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

sort multiple hash reference by value

2009-05-10 Thread Rick
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

Re: Function Assistance Needed

2009-05-10 Thread Chas. Owens
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

Function Assistance Needed

2009-05-10 Thread AndrewMcHorney
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

Icecast streaming daemon

2009-05-10 Thread Michelle Konzack
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