/[webpac]/branches/tehnika/filter/isn_swish.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

Diff of /branches/tehnika/filter/isn_swish.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/filter/isn_swish.pm revision 26 by dpavlin, Sun Feb 23 07:02:55 2003 UTC branches/tehnika/filter/isn_swish.pm revision 264 by dpavlin, Fri Mar 12 15:33:13 2004 UTC
# Line 6  sub isn_swish { Line 6  sub isn_swish {
6          my @out;          my @out;
7          foreach my $nr1 (@_) {          foreach my $nr1 (@_) {
8                  push @out,$nr1; # save original                  push @out,$nr1; # save original
9                  my $nr2 = $nr1;                  $nr1 =~ s/\-//g;
10                  $nr2 =~ s/\-//g;                  push @out,$nr1; # save version without hyphens
                 push @out,$nr2; # save version without hyphens  
11          }          }
12          return @out;          return @out;
13  }  }

Legend:
Removed from v.26  
changed lines
  Added in v.264

  ViewVC Help
Powered by ViewVC 1.1.26