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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 dpavlin 612 #!/usr/bin/perl -w
2    
3     sub cpi_120 {
4     my @out;
5     foreach my $v1 (@_) {
6     $v1 =~ s/a/objektivno/gi or
7     $v1 =~ s/b/nije objektivno/gi;
8     push @out,$v1; # save modified version
9     }
10     return @out;
11     }
12    
13     1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26