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

Diff of /trunk/views/00.demo.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 48 by dpavlin, Thu Sep 24 17:43:51 2009 UTC revision 52 by dpavlin, Thu Sep 24 20:11:27 2009 UTC
# Line 12  Line 12 
12  $out->{'C1#+'}->{ digest($_) }++ foreach @{ $rec->{C1} };  $out->{'C1#+'}->{ digest($_) }++ foreach @{ $rec->{C1} };
13    
14    
15  $out->{'C1_country'}->{ m{,\s+(\S+)\.$} && $1 }++ foreach @{ $rec->{C1} };  $out->{'C1_country+'}->{ m{,\s+(\S+)\.$} && ucfirst(lc($1)) }++ foreach @{ $rec->{C1} };
16    
17    
18  #$out->{'CR#+'}->{ digest($_) }++ foreach @{ $rec->{CR} };  #$out->{'CR#+'}->{ digest($_) }++ foreach @{ $rec->{CR} };

Legend:
Removed from v.48  
changed lines
  Added in v.52

  ViewVC Help
Powered by ViewVC 1.1.26