Hi,
It seems a bit silly to be asking this , but here goes anyway.
I have been try to create an exe file of a Perl script
and am using PerlApp which comes with ActiveState's PDK 5.0.
Has anyone used PerlApp to pack a .pl file along with text files and .pm's ? The general syntax is
perlapp yourscript.pl --add yourpm.pm --bind yourtextfile.txt[text,ext
+ract,mode=]......
I need to set the mode of some text files to append mode.
I can't seem to find the octal code for append mode in the
docs.For read mode I think it is mode=0555
I need to pack several .pm's and text files.The exe gets created and on running it the Perl/Tk text widget window
appears(I've used Tk for the GUI).But the code for some buttons in the application window don't work.
I'm getting 'Permission denied' in the text file open portion of code.My .pl script opens the same text file
once in
read mode, and once in append mode.
Any suggestions?
Thanx:)
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.