/[webpac]/branches/cpi/filter/cpi_220.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_220.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: 427 byte(s)
local changes

1 #!/usr/bin/perl -w
2
3 sub cpi_220 {
4 my @out;
5 foreach my $v1 (@_) {
6 $v1 =~ s/a/profesionalno opremljen instrument/gi or
7 $v1 =~ s/b/djelomièno opremljen instrument \(zahtjeva dodatnu opremu\)/gi or
8 $v1 =~ s/c/instrument samo za internu uporabu \(npr\. istra¾ivanje\)/gi or
9 $v1 =~ s/d/instrument koji se u ovom stupnju opremljenosti ne mo¾e se koristiti/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