Skip to main content



submitted by /u/niceperl
[link] [comments]


submitted by /u/oalders
[link] [comments]




Hello everyone, I'm new to Perl and I'm currently writing a script to handle a repeated call of a sequence of commands (currently using the ` operator to evaluate them) to generate a dataset. As the generation takes a lot of time, i would like to find a way to do a clean interrupt in the middle in case I need to shutdown, so I set up a sigint handler to exit the loop. However, the Sigint also interrupts the command and I would like to avoid that. Since I don't really have control over the command's code, is there a way to block the sigint from Perl to prevent it from reaching the evaluating command?

submitted by /u/P1G4ME
[link] [comments]



Webservice to connect to Onfido API

Changes for 0.006 - 2023-07-02T15:36:03+00:00

  • Add hook



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





app-paperback-1.39


A Perl module and standalone script for imposition of small pages on bigger paper.

Changes for 1.39
  • Harmonize error messages. Shorten some processing.

https://metacpan.org/dist/app-paperback


Catmandu-PICA-1.12


Catmandu modules for working with PICA+ data

Changes for 1.12 - 2023-03-27T09:00:33Z
  • Fix #84 in pica_each
  • Change wrong example using reject (#64)
  • Allow bare subfields in pica_match/pica_map

https://metacpan.org/dist/Catmandu-PICA
#84 #64