Re: keyboard leds

2017-11-29 Thread Brandon Parncutt
I'm sure they're accessible via procfs or sysfs? On Mon, Nov 27, 2017 at 1:48 PM, hw wrote: > Hi, > > is it somehow possible to switch a keyboard LED on and off from a perl > program which is running within tmux, regardless if a terminal is > currently attached to the tmux session? > > I tried s

[OT] converting a script to a distribution

2017-11-29 Thread Luca Ferrari
Hi all, This is not quite tied to Perl itself, but I'm trying to migrate a few stand-alone scripts I've written to fully distributions, may be uploaded to CPAN. Now, using a tool like distzilla, or alike, and assuming each script has already its git story and configuration files laying around, what