🌌 Sébastien Feugère ☔

🌌 Sébastien Feugère ☔ @smonff

About: Can opener of a teenage cat. I love Perl a lot but would also take care of your sad servers.

Location:
Rosny-sur-Seine
Joined:
May 25, 2019

🌌 Sébastien Feugère ☔
articles - 14 total

Preload Data::Printer and avoid polluting your code with debug symbols

When I work, I tend to have a lot of boilerplate. I am a great user of Data::Printer for debugging....

Learn More 3 0Feb 8 '24

Demand Data::Printer to dump politely if it doesn't want to

If your project got objects that use the following methods names: to_string(),...

Learn More 2 0Feb 7 '24

The spooky CSS in Perl toolkit

Some people are really going to love that: a spooky inline CSS helper for composing Outlook messages...

Learn More 4 0Dec 28 '23

Notes about the ongoing Perl logo discussion

More talks popped up recently about the Perl logo topic. I feel involved into this subject because...

Learn More 2 9Jul 9 '23

Maximize Data::Printer strings length

The Perl data structures and objects pretty printer Data::Printer would trim strings longer than 4096...

Learn More 2 0Jun 27 '23

Why am I giving up on Perl? (edit: I didn't)

I started using Perl in 2010. After years of a passionate use, I start to plan something else....

Learn More 8 12Aug 2 '21

I started studying Python3

I am encountering employment difficulties with Perl lately, so I decided to cross the gap. A "reasons...

Learn More 0 6Aug 2 '21

I’ll attend the Perl and Raku Conference In the Cloud

This year, I am unemployed so let’s try to attend and follow the Perl and Raku Conference In the Clou...

Learn More 2 0Jun 9 '21

True private attributes and methods for modern Perl OOP

Today we will continue our exploration of modern Perl OOP. Those are very experimental features, but...

Learn More 14 0Mar 20 '21

Random integer generation in an interval with Modern OOP Perl

I always have to search how to generate a random integer number between a range because this is a com...

Learn More 4 8Feb 23 '21

Load a list of lines into an array (easily)

This blog post describes a common task my colleagues ask often about repeating a dynamic string in a...

Learn More 8 0Oct 13 '20

A concise mtime sorted directory listing application

Today we will focus on a simple task: listing the files contained in a directory, sort them by modifi...

Learn More 7 2Feb 18 '20

while loops that have an index

Perl5 got this syntax that allow to use a while loop without having to explicitly incrementing an...

Learn More 7 1Jun 27 '19

Writing HTML in Markdown

This is a very quick comment about this interesting blog post about CMS and site generators that I sa...

Learn More 8 0Jun 27 '19