On Sun, Jun 14, 2015 at 8:32 AM, Roderich Schupp
wrote:
> On Thu, Jun 11, 2015 at 8:09 PM, Philip Gwyn wrote:
> > To me, all libraries should allow the caller to specify where to find
> data
> > files.
>
> That's a nightmare for admins and packagers...
>
Looking at MIME::Types, I see the follow
On Sun, Dec 21, 2014 at 11:36 AM, Bagdevi wrote:
> Hello Pradeep and Angan,
> I had a similar situation, where I was calling a perl script (B) from the
> compiled executable (A) and, as it is happening with you, it did ...
> 1// first I compiled the perl code (B) individually and make the
> execu
-- Forwarded message --
From: Ron W
Date: Tue, Dec 16, 2014 at 10:39 AM
Subject: Re: Problem with cache files being deleted
To: Shawn Laffan
On Tue, Dec 16, 2014 at 6:16 AM, Shawn Laffan
wrote:
>
> What I'm thinking of is some way for a PAR executable to detect if ex
On Thu, Jul 24, 2014 at 9:10 AM, David Mertens
wrote:
> Bagdevi,
>
> If you rename the par-packed executable to "b.exe", then running it as "b"
> should invoke the "b.pl" script. That is, the perl script that gets
> invoked depends on the name of the executable itself. You can achieve the
> same