Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Awk and Perl unique features

by eyepopslikeamosquito (Archbishop)
on Apr 16, 2010 at 09:02 UTC ( [id://835047]=note: print w/replies, xml ) Need Help??


in reply to Awk and Perl unique features

From perlvar:

Remember: the value of $/ is a string, not a regex. awk has to be better for something. :-)
I suspect this not allowing a regex in Perl's record separtor $/ variable was the source of the famous Larry Wall quote:
Hey, I had to let awk be better at *something*... :-)

Seriously, I've used both awk and Perl extensively over the years, and I'd say Perl wins easily for just about everything. Perhaps most tellingly, Perl scales better as programs tend to naturally grow larger over the years (as I similarly argued against Unix shell in Unix shell versus Perl). By all means compare Perl with Ruby and Python, but not awk: it's no contest.

Replies are listed 'Best First'.
Re^2: Awk and Perl unique features
by rubasov (Friar) on Apr 16, 2010 at 12:22 UTC
    Larry Wall let awk to be better at *something* in the past, but tsee was not so kind-hearted to awk (fortunately), so he has written File::Stream. :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://835047]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found