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.
 
 
 
 
 

284 B

Perl is often described as a superset of grep, sed, and awk.

Combines filtering, sorting, and transforming strings with stuff that's hard (or missing) in Bash:

  • Functions
  • Clean basic data structures
  • Robust quoting
  • Sensible control structures
  • Variable scope