in reply to Using PerlApp or PAR with modules with data dependenciess
PerlApp uses the "use" statements to decide what to include into the .exe. If this file is part of the base module's manifest, then this will work. Give it a try and let us know what happens. To force a random file into the .exe with PerlApp like perhaps a .gif that your user code needs, it is easiest to start the GUI version (perlapp with no parameters). If memory serves me correctly, there are some obvious options to select a file. However for the program itself, try the above first.use Lingua; use Lingua::Sentence;
Update: here is a node where a similar suggestion worked: PerlApp and Win32::Unicode The OP's question is a bit different, but close enough that an attempt is warranted.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using PerlApp or PAR with modules with data dependenciess
by Anonymous Monk on Dec 16, 2017 at 09:09 UTC | |
by Marshall (Canon) on Dec 16, 2017 at 09:55 UTC | |
by Anonymous Monk on Dec 16, 2017 at 17:31 UTC | |
by Marshall (Canon) on Dec 18, 2017 at 20:40 UTC | |
by marto (Cardinal) on Dec 18, 2017 at 21:08 UTC |