Skip to main content





























Perl.social updates


I've done some updates to perl.social/ to get it up to date with the latest Friendica version, along with getting it to properly use Redis to cache data and sessions instead of the mysql database. This has lead to some improvement in performance but it's still not at the level I'd (or others I imagine) would like. I'll be trying to do some more updates over the next week as I'm finally getting around to setting up some automation pipelines for building and deploying the site so that I can do tests of everything before pushing out updates, and to make keeping things up to date a bit easier. I'll also be looking at getting things finally setup with those changes to make it easier for anyone else to try to help out with development of things too (Mostly I'll need help with theme editing and finally giving this place it's own look).





Open a file for shared reading and/or writing

Changes for 4.05 - 2023-07-02

  • Fix tests with perl-5.38.0.


Fast, safe DBI connection and transaction management

Changes for 0.59

  • Fix for Windows t/load.t failures



Module of basic descriptive statistical functions.

Changes for 3.0801 - 2023-07-02

  • Correct typos


Synthesizer settings librarian

Changes for 0.0033 - 2023-07-02T01:05:42Z

  • Improve the eg/mojo-ui.pl program.
  • Add another bottom and top value to the initial settings.


An Application to interface with rosettacode.org

Changes for 0.1.1

  • Major overhaul for 2023


Synthesizer settings librarian

Changes for 0.0032 - 2023-07-01T18:44:51Z

  • Add mojo-ui tests.





Characters from the sitcom 3rd Rock From The Sun (1996-2001)

Changes for 0.001 - 2023-03-12

  • First release.


Synthesizer settings librarian

Changes for 0.0031 - 2023-07-01T18:12:32Z

  • Fix mojo-ui tests.




Synthesizer settings librarian

Changes for 0.0030 - 2023-07-01T18:04:06Z

  • Add mojo-ui tests.
  • Improve the eg/mojo-ui.pl program.


Sign a Certificate Signing Request in XS.

Changes for 0.06

  • Significant Changes since 0.05
  • Detailed Logs


A collection of bencher scenarios to benchmark Data::Sah

Changes for 0.071 - 2023-01-19

  • Rename module/dist Bencher-Scenarios-{DataSah,Data-Sah}.




Get stock and mutual fund quotes from various exchanges

Changes for 1.57 - 2023-07-01T12:37:07-07:00

  • Correct set exchange in YahooJSON.pm - Issue #306
  • Added close, change and p_change to Tradegate, XETRA and Sinvestor Added optional parameter INST_ID to specify the institute id. Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304
  • Added GoogleWeb Module
  • YahooWeb module added - PR #296
  • Added MarketWatch Module
  • Replaced cached file with IO::String object in IndiaMutual.pm
  • Fixed missing date in AEX.pm - Issue #298
  • Fixed Examples in POD Documentation in a few modules - PR #295
  • move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
  • remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
  • removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290
  • Fixed Fool.pm and fool.t - PR #289
#298 #295 #290 #289 #296 #304 #306