Help for this page

Select Code to Download


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