/[webpac2]/trunk/conf/normalize/perlmonks.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/normalize/perlmonks.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1009 - (show annotations)
Mon Nov 5 12:21:43 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 147 byte(s)
 r1560@llin:  dpavlin | 2007-11-05 13:21:39 +0100
 generate some sorted data from perlmonks

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 / );

  ViewVC Help
Powered by ViewVC 1.1.26