open (XCACLS, "xcacls.txt") or die "Cant open file: $!\n"; while () { chomp; if (/regex goes here/) { code goes here } }