They are replacing the required bash course with perl. Students can still take the bash course later as an elective, but by then they will be into their system admin courses where they have to use ...
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. I'm ...