25.12.2008

each func

  while ( my ($key, $value) = each(%hash) ) {
  print "$key => $value\n";
  }

Комментариев нет: