http://qs1969.pair.com?node_id=40007


in reply to Sorting on a particular field from a Flat File db??

I'm just guessing... but you could try something like this:
sort { $field{$a}{'artist'} cmp $amigos{$b}{'artist'} } keys %field;

I hope this work...
#!/usr/bin/perl -w
$tks = `mount`;
$jpsama = $! if $!;
print $jpsama;