]> matita.cs.unibo.it Git - helm.git/blob - helm/interface/toglie_helm_xref.pl
Initial revision
[helm.git] / helm / interface / toglie_helm_xref.pl
1 #!/usr/bin/perl
2
3 while(<STDIN>)
4 {
5   s/helm:xref="[^"]*"//g;
6   s/helm:xref='[^']*'//g;
7   print;
8 }