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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 266 - (show annotations)
Fri Mar 12 15:44:03 2004 UTC (20 years ago) by dpavlin
File size: 119 byte(s)
changes to configuration files and examples which might be useful to other
branches also

1 # add prefix 001 at beginning of (first) field
2
3 sub add_prefix {
4 my $out = shift || return;
5 return "001".$out;
6 }
7
8 1;

  ViewVC Help
Powered by ViewVC 1.1.26