Hi,
 
 You should always have
use strict;
use warnings;

in your perl code.

u misspelled the hash %values  in the for loop


On Monday 29 May 2006 16:47, Andrej Kastrin wrote:
> foreach $w (sort by_number keys %values) {
>     print "$w\t$value{$w}\n"
> }

Shameer
-- 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to