/[Sack]/trunk/views/00.demo.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/views/00.demo.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Sun Sep 20 18:54:50 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 263 byte(s)
count SC
1 dpavlin 1
2     $out->{fields}->{$_}++ foreach keys %$rec;
3    
4     $out->{years}->{ $rec->{PY}->[0] }++;
5    
6     $out->{DT}->{ $_ }++ foreach @{ $rec->{DT} };
7    
8 dpavlin 2 $out->{SC}->{ $_ }++ foreach @{ $rec->{SC} };
9    
10 dpavlin 1 # XXX dump first record
11     $out->{debug} ||= $rec;
12    
13     #push @{ $out->{TI} }, $rec->{TI};
14    

  ViewVC Help
Powered by ViewVC 1.1.26