some Perl tools
  • Perl 85.4%
  • Raku 14.6%
Find a file
2024-02-21 12:58:21 +01:00
_morgue new file: _morgue/getopts.pl 2020-04-04 10:18:42 +02:00
Ni better, nicer comments! 2017-02-23 18:33:42 +01:00
COPYRIGHT initial commit of perltools-ni 2012-05-22 08:32:19 +02:00
postprocess-find-ls-output some cleanup (by renaming) 2018-12-28 07:02:49 +01:00
read-csv.pl CSV file reader 2019-07-08 12:45:47 +02:00
README README additions about the JSON module. 2012-05-23 09:34:26 +02:00
rotate-file rotate-file: help text layout 2024-02-21 12:58:00 +01:00
standard-header.pl initial commit of perltools-ni 2012-05-22 08:32:19 +02:00

-*- text -*-

A few things that I keep around for use in Perl scripts, finally
put into the proper Perl library/package format, where appropriate.

I wrote the JSON parser mainly for the fun of doing it myself and to
see how small I could make it. Other reasons were that I wanted to
have one that I know inside out, and to have one without external
dependencies and in pure Perl. It is probably slow compared to
others. Main deficiency: does not attempt to handle wide characters
or \uXXXX escapes.