source: _old/nawszelkiwypadek/tools/gue_dic/canon.pl @ 1e121f4

Last change on this file since 1e121f4 was 1e121f4, checked in by Adam Kędziora <s301614@…>, 14 years ago

Replacing old implementation with working implementation

  • Property mode set to 100644
File size: 105 bytes
Line 
1#!/usr/bin/perl
2
3use locale;
4use attr;
5
6while (<>) {
7    s/,(.*)$/','.attr::canonize($1)/e;
8    print;
9}
Note: See TracBrowser for help on using the repository browser.