[Boston.pm] contracting rates

2006-03-31 Thread johns
hi someone asked me about contracting rates for my work. as i have been working full time for my employer, i had no freakin idea. the last time i did contract work was in the go go 90s and things are different now. can anyone offer any guidelines or websites where i can figure out a decent

Re: [Boston.pm] any ham operators on the list?

2006-03-31 Thread Greg London
I've uploaded the first version of my morse code trainer to CPAN. I don't see it yet, but it should eventually end up at http://www.cpan.org/authors/id/G/GS/GSLONDON/ Look for a script called morse.pl For some reason, it hasn't made it to the script area at

Re: [Boston.pm] Finding cause of a memory leak in a module?

2006-03-31 Thread Andy Lester
On Mar 14, 2006, at 2:56 PM, James Eshelman wrote: Looks like just what I need -- thanks Andy. Did it find a problem? -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance ___ Boston-pm mailing list Boston-pm@mail.pm.org

Re: [Boston.pm] How do I wait for all child processes to terminate?

2006-03-31 Thread Kripa Sundar
Dear Ben, Thanks for the detailed reply to my query. If my questions below can be answered by online docs, please feel free to point me to them. I read through the following docs before my previous email. But I am still mostly in the dark: * man -s 2 for fork(), wait(), waitpid() and kill() *

Re: [Boston.pm] Finding cause of a memory leak in a module?

2006-03-31 Thread James Eshelman
No, unfortunately not. I tested many of the nearest and most obvious objects, but they all came up clean (and injected a test loop just to verify that it would indeed identify one, which it did.) By accident I noticed a 1 year old note from the original developers about a memory leak fix for a

Re: [Boston.pm] How do I wait for all child processes to terminate?

2006-03-31 Thread Ben Tilly
On 3/31/06, Kripa Sundar [EMAIL PROTECTED] wrote: Dear Ben, Thanks for the detailed reply to my query. If my questions below can be answered by online docs, please feel free to point me to them. I read through the following docs before my previous email. But I am still mostly in the dark: