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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 #!/usr/bin/perl -w
2
3 sub cpi_190 {
4 my @out;
5 foreach my $v1 (@_) {
6 $v1 =~ s/a/nije poznato/gi or
7 $v1 =~ s/b/bez ogranièenja u isrta¾ivaèke svrhe/gi or
8 $v1 =~ s/c/uz dozvolu autora/gi or
9 $v1 =~ s/d/uz plaæanje \(postoji slu¾beni izdavaè\)/gi;
10 push @out,$v1; # save modified version
11 }
12 return @out;
13 }
14
15 1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26