1 min read 0

Gist of the Day: Ends in Four

Sometimes we have a simple task to do and we over-think it. Such was the case when someone asked me an interview question one time.…
1 min read 0

Gist of the Day: Inline::C in Perl

I like Perl and I like C (most of the time), and sometimes I like to mix the two. The two main reasons I might…
1 min read 0

Gist of the Day: Simple Threading in Perl

So today’s gist is a simple example of how to do two different things with two separate threads. Threading in Perl is misunderstood and often…