Help for this page

Select Code to Download


  1. or download this
    my $files_to_send = map {"$stage/$_.pdf"} $self->_getGood();
    
  2. or download this
    my $files_to_send = [ map {"$stage/$_.pdf"} $self->_getGood() ];