- or download this
@files = reverse (sort { $files{$a} <=> $files{$b} } keys %files);
- or download this
@files = sort { $files{$b} <=> $files{$a} } keys %files;
- or download this
my $redirect = ( $TRACE < 2 ) ? '>' : '| tee';
system( "sed s/{author}.*//g <$file $redirect ${file}1.txt";