Archive for the ‘Perl’ Category

How to change @INC in Strawberry Perl? – Stack Overflow

Been a while since I tried to set up anything new for Perl under MS Windows. Guess these days, people use Strawberry Perl. Their website has a graphic that quotes Larry Wall, the father of Perl, as saying he uses strawberry perl when he is working under MS DOS.

Strawberry Perl claims to be as close as possible to the Unix experience of Perl. This means that many of the same or similar commands work, such as cpan

Because I am trying to do the problems, I needed the “prove” command to work for running the tests. It was throwing an error loading my module, which had me wondering where the includes were coming from on windows.

i found this, but in the end the problem was that I hadn’t tried to compile my Perl module already to be sure that I had all the modules loaded on my system. Turned out I was missing Switch.pm. Installed that with CPAN and now it compiles and tests just fine.

How to change @INC in Strawberry Perl? – Stack Overflow.

Unit test your code on an in-memory database

Unit test your code on an in-memory database.

Offlineart – a custom use-case for the piratebox

This project makes art that is stored on a flash drive available through the piratebox system

MaStr/OFFLINEART · GitHub.

My PirateBox experience | WACOMalt.com

THis roughly sums up my experience with setting up my piratebox.

My PirateBox experience | WACOMalt.com.

Combining SVG and PSGI

Combining SVG and PSGI.

Using Perl to send tweets stored in a MySQL database to twitter | Scripting MySQL

Using Perl to send tweets stored in a MySQL database to twitter | Scripting MySQL.

Build a Reddit bot with Perl

Build a Reddit bot with Perl.

Build a Reddit bot with Perl

Build a Reddit bot with Perl.

Cron Wrapper: Keep your cron jobs environment sane | End Point Blog

Cron Wrapper: Keep your cron jobs environment sane | End Point Blog.

JSON parser as a single Perl Regex

JSON parser as a single Perl Regex.

Return top

Geek

I've seen things. Now I'm gonna write about them.