Help for this page
my $files_to_send = map {"$stage/$_.pdf"} $self->_getGood();
my $files_to_send = [ map {"$stage/$_.pdf"} $self->_getGood() ];