I did some Perl programming for simple text modifications.
Mi CNC router reads a list of numbers and moves its motors accordingly (X, Y and Z axes). I need to change some of these numbers. My Perl program does that. But I would like to do the same in Windows (modify a simple text list). How can...