Perl flags -pe, -pi, -p, -w, -d, -i, -t?
Yes, Google is notoriously difficult for looking up punctuation and, unfortunately, Perl does seem to be mostly made up of punctuation 🙂 The command line switches are all detailed in perlrun (available from the command line by calling perldoc perlrun). Going into the options briefly, one-by-one: -p: Places a printing loop around your command so … Read more