Perl first commit: a “replacement” for Awk and sed
1–10 of 261 posts
Re: Perl first commit: a “replacement” for Awk and sed
#2Re: Perl first commit: a “replacement” for Awk and sed
#3Re: Perl first commit: a “replacement” for Awk and sed
#4Re: Perl first commit: a “replacement” for Awk and sed
#5EDIT: For the curious about the history, take a look at the perlhist documentation, https://perldoc.perl.org/perlhist it's got a lot of good info about the history of perl and it's releases.
Re: Perl first commit: a “replacement” for Awk and sed
#6Didn't git come out in 2005? Which version control was this using in 1987 that was converted into git compatibility?
Re: Perl first commit: a “replacement” for Awk and sed
#7Didn't git come out in 2005? Which version control was this using in 1987 that was converted into git compatibility?
Re: Perl first commit: a “replacement” for Awk and sed
#8The funny thing is Perl is now arguably more obsolete than sed and awk.
Re: Perl first commit: a “replacement” for Awk and sed
#9I used to kind of unfairly disparage perl, but now I regret never learning it. I've written a lot of scripts for munging text/files that outgrow bash, and when I rewrite in Python they get twice as long. Seems like perl would be a happy medium and let me keep using a lot of the nice bash shortcuts like `baskticks` for shell execution, etc
Re: Perl first commit: a “replacement” for Awk and sed
#10The funny thing is Perl is now arguably more obsolete than sed and awk.