/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1009 - (hide annotations)
Mon Nov 5 12:21:43 2007 UTC (16 years, 6 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 dpavlin 991
2     search_display( $_, rec( $_ ) ) foreach ( qw/
3 dpavlin 1001 Node_ID
4 dpavlin 991 Title
5     Author
6     Date
7     Content
8     Type
9     / );
10    
11 dpavlin 1009 sorted( $_, rec( $_ ) ) foreach ( qw/
12     Author
13     Type
14     / );

  ViewVC Help
Powered by ViewVC 1.1.26