Hello,
I recently started using Cava Packager to generate standalone executables of my perl scripts. It has been working fine so far but now I have a problem. I have a script which generates an excel file (which works fine as a .pl file) and when I run the executable of this script I get the following error:
The Parse::RecDescent module must be installed in order to write an Excel formula at excel_test.pm line 128
It seems like it is the command "store_formula" that is the reason for the error. I have tried to explicitly include Parse::RecDescent when packaging the script but the error is still there. I have also tried adding "use Parse:RecDescent" in the beginning of the script, didn't work either.
I'm using Active perl version 5.10.0 build 1004, win XP, Cava Packager version 1.3.31.696 and the installed version of Parse:RecDescent that I have is 1.96.0.
Any ideas? Thanks in advance!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.