Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 61831188cd3ed7fa4bc2f339a5a2aa29 > files > 10

aspell-hu-0.99.4.2.0-11.mga4.x86_64.rpm


open F, "hu_HU.dic";

<F>;

while (<F>)
{
  chop;
  s/#.+$//;
  ($w, $a) = split /\//;
  next unless $w =~ /^[^\/_&§%°0-9]+$/;
  next if $w =~ /(^[-.])|([.]$)/;
  next if $w eq '';
  print "$_\n";
}