News

I'm confused by Perl's regex abilities. There seems to be a lot of duplicate flags: ^ and \\A both match the beginning of a string. $ and \\Z both match the end. It seems redundant and confusing ...
Ok some predecessor of mine didn't think things through and I am left to deal with the mess.We have tons of systems in the field and we do some security access logging on them.The log file is ...