Help for this page
#! /usr/bin/perl -w use strict; use warnings; ... while (my ($ka,$va) = each %HOE ) { print OUTNEG "$va"; }