The Silly Tests Repo
Every now and then, I can't remember the exact semantic of a function or module, and every now and then the documentation is not quite clearstraight about it. Then I gotta see the code running to make sure. Eventually my own personal memory stack will overflow and I will need to revisit some of this information. Here it's where:
https://github.com/russoz/perltests
Not really expecting this to be useful to everybody out there, but it might help clear some doubts for some newbies here and there.
I also have something like this, not published because currently it's a subdirectory of my personal notes repo. Each of the "test" file is like a SYNOPSIS in a Perl module, or a short demo program. They are slightly more useful than a Google search for things that I sometimes need but always forget.
Funnily though, I have more Javascript/PHP/etc "test" files instead of Perl ones, because most Perl modules already have a SYNOPSIS which are quite straightforward.