in reply to Re^7: Capture a non-printable char and test what it is
in thread Capture a non-printable char and test what it is

For changes not influenced by feature there's my Syntax::Construct (the link goes directly to the 0o section).

Update: Fixed a typo, thanks Discipulus.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^9: Capture a non-printable char and test what it is
by kcott (Archbishop) on May 25, 2022 at 00:06 UTC

    Thanks for that. I also followed the link (in that doco) to Perl::MinimumVersion which may be rather useful in some upcoming tasks for $work (I wasn't previously aware of that module).

    — Ken