open T,$ARGV[0];for(<T>){$_=lc;y/[a-z]/ /cs;push@l,split}close; @l=sort(split/:/,join"\n:",grep(!$s{$_}++,@l));open T,">dict"; print T for@l;close
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: dictionary maker
by Aristotle (Chancellor) on Mar 01, 2003 at 15:14 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |