/[webpac]/branches/cpi/filter/cpi_60.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_60.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: 172 byte(s)
local changes

1 #!/usr/bin/perl -w
2
3 sub cpi_60 {
4 my @out;
5 foreach my $v1 (@_) {
6 $v1 =~ s/a/DA/gi or
7 $v1 =~ s/b/NE/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