Help for this page

Select Code to Download


  1. or download this
    return $numbers{$a} <=> $numbers{$b}; #I guess it's checking against e
    +achother...but how? is this a subroutine somewhere in a library/modul
    +e??
    
  2. or download this
    $hash{$ita}[0]=$spa; #here we assign has_ref $span value address to fi
    +rst position in array
    
    for my $ita (sort { sort_italian() } keys %hash) #here ?? adding value
    + to array? am I right? not sure...