/[webpac]/branches/cpi/filter/cpi_210.pm
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 /branches/cpi/filter/cpi_210.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 612 - (hide annotations)
Fri Dec 31 02:28:45 2004 UTC (19 years, 5 months ago) by dpavlin
File size: 260 byte(s)
local changes

1 dpavlin 612 #!/usr/bin/perl -w
2    
3     sub cpi_210 {
4     my @out;
5     foreach my $v1 (@_) {
6     $v1 =~ s/a/ne postoji prijevod/gi or
7     $v1 =~ s/b/postoji neslu¾beni prijevod/gi or
8     $v1 =~ s/c/postoji slu¾beni prijevod/gi;
9     push @out,$v1; # save modified version
10     }
11     return @out;
12     }
13    
14     1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26