Question : I have a normal txt file which has Perl Script names and flag set to it,please see example below, i want to read that txt file and if the flag is set to 1 then execute the perl scripts . How to do this ?
test.txt
TC1connect.pl = 1
TC2disconnect.pl = 1
TC3action = 0
Thanks in Advance.