On 10 Jun 2001, at 23:37, Charles Lu wrote: > my @newhash = sort {$hash{$a} <=> $hash{$b}} keys %hash; It's not quite an answer to your question, but I'm curious why you nested the subroutine instead of just writing it like this? -- Karen J. Cravens ([EMAIL PROTECTED])
- Perl Scope Question Charles Lu
- Re: Perl Scope Question Karen Cravens
- Re: Perl Scope Question iansmith
- Re: Perl Scope Question Karthik Krishnamurthy
- Re: Perl Scope Question Paul Dean
- Re: Perl Scope Question iansmith