Archive for July 2017

Re: Quieting Test::More

Posted on July 4, 2017. Filed under: Uncategorized | Tags: , , , , |

Re: Quieting Test::More # make Test::More only display fails # (also works with Test::Most) use File::Spec; Test::More->builder->output(File::Spec->devnull);

Read Full Post | Make a Comment ( Comments Off on Re: Quieting Test::More )

David Mertens – “C::Blocks”

Posted on July 2, 2017. Filed under: Uncategorized | Tags: , , , , , |

C::Blocks In the Perl ecosystem, C is a highly respected but second-class language. C::Blocks changes this situation by embedding a C compiler directly into the Perl parser. Blocks of C code are placed directly among lines of Perl. The compiler is Just-In-Time, making your C code just as scriptable as your Perl code. Functions, variables, […]

Read Full Post | Make a Comment ( Comments Off on David Mertens – “C::Blocks” )

Liked it here?
Why not try sites on the blogroll...