The docs say
Extract
Configure whether the bound file should be automatically extracted when the application is run, or if invoking PerlApp::get_bound_file() or PerlApp::extract_bound_file() is needed to obtain the file.
The question is, if the file is automatically extracted when thee application is run, how do I access it?
Thank you