Help for this page
#!/usr/bin/perl -w use strict; ... $hosts{$key} = $value; } close FILE;
Use of uninitialized value $key in hash element at hash.pl line 14, <F +ILE> line 3. Use of uninitialized value $key in hash element at hash.pl line 14, <F +ILE> line 11.