You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
284 B

4 years ago
  1. Perl is often described as a superset of `grep`, `sed`, and `awk`.
  2. Combines filtering, sorting, and transforming strings with stuff that's hard
  3. (or missing) in Bash:
  4. - Functions
  5. - Clean basic data structures
  6. - Robust quoting
  7. - Sensible control structures
  8. - Variable scope