/[webpac]/branches/hidra/filter/brackets.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/hidra/filter/brackets.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 717 - (show annotations)
Tue Sep 20 08:59:21 2005 UTC (18 years, 6 months ago) by dpavlin
File size: 152 byte(s)
local changes

1 #!/usr/bin/perl -w
2
3 sub brackets {
4 my @out;
5 foreach my $v1 (@_) {
6 $v1 =~ s/<|>//gi;
7 push @out,$v1; # save modified version
8 }
9 return @out;
10 }
11
12 1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26