if (defined $debug) { foreach my $key (sort keys %option) { print __LINE__ . ": $key = $option{$key}\n" if defined($option{$key}); } }