package App::Document; use App::Constants qw(default); sub apply { foreach my $msg (@{&MSG_DATA}) { some_func($msg->{ID_LT}); } } 1;