local changes
[webpac2] / conf / normalize / perlmonks.pl
1
2 search_display( $_, rec( $_ ) ) foreach ( qw/
3 Node_ID
4 Title
5 Author
6 Date
7 Content
8 Type
9 / );
10
11 sorted( $_, rec( $_ ) ) foreach ( qw/
12 Author
13 Type
14 / );