UPDATE: Thanks for all your helpful suggestions! Specifically including the module it was looking for (DateTime::Locale::en_US) worked perfectly...

Benevolent monks,

I use Active State's PerlApp program to create Windows executable GUI programs, with excellent results. Until now, that is.

I just added DateTime::Format::Excel to my GUI in order to parse an Excel date-formatted field (since Excel has the annoying behavior of storing dates as decimal numbers).

When I "compiled" my program in PerlApp, it created an executable successfully, but when I run it, it can't find one of the modules required by DateTime::Format::Excel (Can't locate DateTime/Locale/en_US.pm in @INC).

I see DateTime::Format::Excel listed in the Files tab of the PerlApp project, so my Module Search paths appear correct. Also, I can easily find this module in my C:\Perl\site\lib\DateTime\Locale folder, so I even tried manually binding it, to no avail.

I seek enlightenment in one of the following solutions -
1. Has someone encountered a similar issue with PerlApp and can provide a method to force it to find the obscure module?
2. Is there another somewhat simplistic method to convert Excel datetime numbers into actual dates, other than using the DateTime::Format::Excel->parse_datetime method?

Piously yours,
Sexton Pete

In reply to PerlApp can't find bound module by petecm99

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.