This is my first program in perl. I have more than 1000 files and I want to extract specific data from a file. The structure of all the files are same. Its really difficult to open every file and then copy a specific data,
How can I achieve this using perl.
The structure looks like this.
LensMode=Normal
MicronMarker=500
DataDisplayCombine=1
Voltage=0 Volt
PixelSize=1.586612
I want to extract MicronMarker and PixelSize from each file. Any help in the right direction is appreciated.
the location is D:\Files\Folder1