Thanks for your response RonW. I initially came across the oringinal problem of the script not working in the model office when trying to run the script it complained about missing modules regarding the Digest::MD5 module. That lead me to look into this executable arrangement whereby the necessary modules for the script to run correctly would be packaged within the executable.

The general consensus seems to not be with the perl script itself now, as that runs a.Correctly on my original machine, b.Correctly on the model office machines IF i remove the module dependencey c.Runs as an executable BUT incorrectly displayed on both machines.

When it comes to 'systems' and 'environment' settings i'm a complete beginner, so others are saying that the issue may lye there, however I would have no way of knowing what would cause that at this juncture, but I am still happily digging away at this issue, with all the helpful suggestions from helpful monks such as yourself and others.


In reply to Re^2: Help with pp - Perl Packer by perloHolic()
in thread Help with pp - Perl Packer by perloHolic()

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.