Help for this page
my @data; while ($running) { ... @data = undef; }
while ($running) { my @data; ... ... }