Hi Mike,
On Sat, Feb 20, 2010 at 3:59 AM, Mike Schilli wrote:
> On Fri, 19 Feb 2010, mara raram wrote:
>
>> I just ran into a problem trying to profile one of my perl scripts
>> using 'perl -d:Profile'. I cooked it down to this: ---8<---
>> #!/usr/bin/env perl # --- crashes when used with -d:Pro
On Thu, 11 Mar 2010, mara raram wrote:
> I was so busy profiling that I completely forgot to thank you for that
> tip. So, thanks a lot, works brilliant.
Glad to hear it worked out!
-- Mike
Mike Schilli
[email protected]
--
On Fri, 19 Feb 2010, mara raram wrote:
I just ran into a problem trying to profile one of my perl scripts
using 'perl -d:Profile'. I cooked it down to this: ---8<---
#!/usr/bin/env perl # --- crashes when used with -d:Profile
Hi Mara,
it's fairly unlikely that this has anything to do with Lo
Hello,
I just ran into a problem trying to profile one of my perl scripts
using 'perl -d:Profile'.
I cooked it down to this:
---8<---
#!/usr/bin/env perl
# --- crashes when used with -d:Profile
use warnings;
use strict;
use Log::Dispatch::FileRotate;
use Log::Log4perl;
# logging behaviour conf