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

Contents of /branches/cpi/filter/cpi_171.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 714 - (show annotations)
Sun Sep 11 18:46:49 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 240 byte(s)
local changes
1 #!/usr/bin/perl -w
2
3 sub cpi_171 {
4 my @out;
5 foreach my $v1 (@_) {
6 $v1 =~ s/a/individualna primjena/gi or
7 $v1 =~ s/b/grupna primjena/gi or
8 $v1 =~ s/d/poseban ureĆ°aj/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