Howdy,
I am writing a bunch of perl applications which I'm using PAR's pp to compile for people that don't have perl installed. (Aside: A simple,small and free web server that works great is
tinyweb by ritlabs.) The issue I have is that I have a simple win32 batch file that calls pp multiple times. However, once a single pp command is executed, the script terminates. Any idea how to proceed? (In the example below, index.exe is created, but not index2.exe. If you type the commands at a cmd prompt, index2.exe is built sucessfully...)
Win32 batch file:
pp -o index.exe index.pl -M CGI -M DBI -M DBD::SQLite
pp -o index2.exe index2.pl -M CGI -M DBI -M DBD::SQLite
BTW, using windows XP service pack 2, activestate perl 5.8.4.
Update: Answered by fglock, thanks!
Cheers,
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.