-
As pointed out in a followup, Real Perl Programmers prefer things to be visually distinct.
-
Anybody want a binary telemetry frame editor written in Perl?
-
I don't know if it's what you want, but it's what you get.
-
Dan Smith: I've tried (in vi) 'g/[a-z]\n[a-z]/s//_/'...but that doesn't cut it. Any ideas? (I take it that it may be a two-pass sort of solution).Larry Wall: In the first pass, install perl.
-
... an initial underscore already conveys strong feelings of magicalness to a C programmer.
-
: But for some things, Perl just isn't the optimal choice.(yet)
-
I don't believe I've ever cuddled my elses.
-
Because . doesn't match \n. [\0-\377] is the most efficient way to match everything currently. Maybe \e should match everything. And \E would of course match nothing.
-
As for whether Perl 6 will replace Perl 5, yeah, probably, in about 40 years or so.
-
There are many times when you want it to ignore the rest of the string just like atof() does. Oddly enough, Perl calls atof(). How convenient.
-
That means I'll have to use $ans to suppress newlines now.Life is ridiculous.
-
If there's a particular problem that Perl is trying to solve, it's the basic fact that all programming languages suck. Sort of the concept of original sin, applied to programming languages.
-
It's easy to solve the halting problem with a shotgun.
-
Perl programming is an *empirical* science!
-
There's often more than one correct thing.There's often more than one right thing.There's often more than one obvious thing.
-
Your csh still thinks true is false. Write to your vendor today and tell them that next year Configure ought to 'rm /bin/csh' unless they fix their blasted shell.
-
If you remove stricture from a large Perl program currently, you're just installing delayed bugs, whereas with this feature, you're installing an instant bug that's easily fixed. Whoopee.
-
I hope I'm not getting so famous that I can't think out load [sic] anymore.
-
Well, hey, let's just make everything into a closure, and then we'll have our general garbage collector, installed by 'use less memory'.
-
I'm serious about thinking through all the possibilities before we settle on anything. All things have the advantages of their disadvantages, and vice versa.
-
How do you type it? With your keyboard.
-
It's hard to tune heavily tuned code.
-
A 'goto' in Perl falls into the category of hard things that should be possible, not easy things that should be easy.
-
Perl did not get where it is by ignoring psychological factors.