Suchergebnisse mit Tag „syntax“

TOP

Perl syntax question: Boolean result?

A new task at work made me hunting warnings, mostly "Use of uninitialized value" messages. One simple line creating such noise was
my $country_href = $countries->{$setup{countrycode}} || 0;
Weiterlesen