The funny thing is Perl is now arguably more obsolete than sed and awk.
That might be true culturally, but it's not true technically. Once you know a bit of Perl (including some command line switches like -e, -n, -a, -l, -p, and -i) you will be able to do just as easily everything you used to do in awk and sed, but with a more powerful foundation so you have the flexibility to go further.
I write a lot of bash for better or worse. I wonder if perl would be a better choice sometimes.