I have created a perl script for filling PDF form using CAM::PDF module. For GUI I have used Tk Module. I have successfully done that script, it works well as per my expectation.
But now I want to run that script in users machine, which are all not having perl installed. So I try to create exe using PAR module.
Exe is working in my system well but it is not working in the users system.
I have checked all CAM::PDF dependencies and add those in my argument file
FYR: Below I have pasted the dependencies list i used in my argument file
-M Tk
-M Win32
-M File::Basename
-M Data::UUID
-M File::BOM
-M Tk::Dialog
-M Tk::Balloon
-M Tk::Labelframe
-M Tk::Message
-M Tk::Spinbox
-M Tk::Text
-M CAM::PDF
-M Getopt::Long
-M Tie::Hash::NamedCapture
-M English
-M Test::More
-M Crypt::RC4
-M Text::PDF
-M Compress::Zlib
-M Digest::MD5
-M Pod::Usage
-M Cwd
please anybody can help us to solve this problem
Thanks in Advance
Srikrishnan R.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
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.
|
|