Posted on May 16, 2020. Filed under: Uncategorized | Tags: author:nysus, cpan:import-into, perl, perlmonks |
Exporting use strict/warnings into main When a user adds this package with use, I’d like it to automatically inject/export the use strict; use warnings pragmas so they don’t have to add it to their script. I’ve seen other packages do this but I can’t figure out how.
Read Full Post |
Make a Comment ( Comments Off on Exporting use strict/warnings into main )
Posted on December 20, 2018. Filed under: Uncategorized | Tags: author:discipulus, author:grinnz, cpan, git, github, pause, perl, perlmonks, reddit, testing, tutorial |
Discipulus’s step by step tutorial on module creation with tests and git [This] tutorial is a step by step journey into Perl module development with tests, documentation, and git integration. It seemed to me the very minimal approach in late 2018. See also the GitHub repository and discussion on r/perl (includes a nice description of […]
Read Full Post |
Make a Comment ( Comments Off on Discipulus’s step by step tutorial on module creation with tests and git )
Posted on December 9, 2018. Filed under: Uncategorized | Tags: benchmarking, cpan:inline-c, go, hash, perl, perlmonks, xs |
Camel vs. Gopher I’ve been using Perl for several years mostly for small to medium sized programs of sysadmim type (automation, gluing, data transformation, log searching). Recently I started to learn Go. I wanted to write something in both languages and compare. Features a Perl XS solution that demonstrates the use of a hash in […]
Read Full Post |
Make a Comment ( Comments Off on Camel vs. Gopher [Perl vs Go] )
Posted on November 15, 2018. Filed under: Uncategorized | Tags: author:corion, cpan:http-request-fromcurl, cpan:lwp-useragent, cpan:www-mechanize, curl, lwp, perl, perlmonks |
curl2lwp – convert Curl command line arguments to LWP / Mechanize Perl code After inspiration by Your Mother and some slight hacking, I’m very proud to announce HTTP::Request::FromCurl, together with its companion online site at https://corion.net/curl2lwp.psgi. The module and included curl2lwp program allow you to easily convert curl command lines to Perl code that uses […]
Read Full Post |
Make a Comment ( Comments Off on curl2lwp – convert Curl command line arguments to LWP / Mechanize Perl code )
Posted on November 11, 2018. Filed under: Uncategorized | Tags: author:haukex, ci, cpan:badge-simple, cpants, github, perl, perlmonks |
Generating SVG Badges with Perl If you’ve looked at projects on GitHub or other sites, you may have noticed the little rectangular badges (aka shields) saying things like “build passing” with a nice green background (or yellow/red if something is wrong), and if you’ve used Travis CI or Coveralls, you probably know how to get […]
Read Full Post |
Make a Comment ( Comments Off on Generating SVG Badges with Perl )
« Previous Entries