All language designers are arrogant.  Goes with the territory... :-)\n-- Larry Wall in <1991Jul13.010945.19157@netlabs.com
Although the Perl Slogan is There's More Than One Way to Do It, I hesitate to make 10 ways to do something.  :-)\n-- Larry Wall in <9695@jpl-devvax.JPL.NASA.GOV>
And don't tell me there isn't one bit of difference between null and space, because that's exactly how much difference there is.  :-)\n-- Larry Wall in <10209@jpl-devvax.JPL.NASA.GOV>
"And I don't like doing silly things (except on purpose)."\n-- Larry Wall in <1992Jul3.191825.14435@netlabs.com>
:        And it goes against the grain of building small tools. Innocent, Your Honor.  Perl users build small tools all day long.\n-- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
/* And you'll never guess what the dog had */ /*   in its mouth... */\n-- Larry Wall in stab.c from the perl source code
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.   :-)\n-- Larry Wall in <9847@jpl-devvax.JPL.NASA.GOV>
Be consistent.\n-- Larry Wall in the perl man page
Besides, including <std_ice_cubes.h> is a fatal error on machines that don't have it yet.  Bad language design, there...  :-)\n-- Larry Wall in <1991Aug22.220929.6857@netlabs.com>
Besides, it's good to force C programmers to use the toolbox occasionally.  :-)\n-- Larry Wall in <1991May31.181659.28817@jpl-devvax.jpl.nasa.gov>
Besides, REAL computers have a rename() system call.    :-)\n-- Larry Wall in <7937@jpl-devvax.JPL.NASA.GOV>
break;                          /* don't do magic till later */\n-- Larry Wall in stab.c from the perl source code
But you have to allow a little for the desire to evangelize when you think you have good news.\n-- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
Chip Salzenberg sent me a complete patch to add System V IPC (msg, sem and shm calls), so I added them.  If that bothers you, you can always undefine them in config.sh.  :-) -- Larry Wall in <9384@jpl-devvax.JPL.NASA.GOV>
/* dbmrefcnt--;  */     /* doesn't work, rats */\n-- Larry Wall in hash.c from the perl source code
#define NULL 0           /* silly thing is, we don't even use this */\n-- Larry Wall in perl.c from the perl source code
#define SIGILL 6         /* blech */\n-- Larry Wall in perl.c from the perl source code
Does the same as the system call of that name. If you don't know what it does, don't worry about it.\n-- Larry Wall in the perl man page regarding chroot(2)
double value;                /* or your money back! */ short changed;               /* so triple your money back! */\n-- Larry Wall in cons.c from the perl source code
Down that path lies madness.  On the other hand, the road to hell is paved with melting snowballs.\n-- Larry Wall in <1992Jul2.222039.26476@netlabs.com>
echo "Congratulations.  You aren't running Eunice."\n-- Larry Wall in Configure from the perl distribution
echo "Hmmm...you don't have Berkeley networking in libc.a..." echo "but the Wollongong group seems to have hacked it in."\n-- Larry Wall in Configure from the perl distribution
echo "ICK, NOTHING WORKED!!!  You may have to diddle the includes.";;\n-- Larry Wall in Configure from the perl distribution
echo $package has manual pages available in source form. echo "However, you don't have nroff, so they're probably useless to you."\n-- Larry Wall in Configure from the perl distribution
echo "Your stdio isn't very std."\n-- Larry Wall in Configure from the perl distribution
#else /* !STDSTDIO */     /* The big, slow, and stupid way */\n-- Larry Wall in str.c from the perl source code
[End of diatribe.  We now return you to your regularly scheduled programming...]\n-- Larry Wall in Configure from the perl distribution
Even if you aren't in doubt, consider the mental welfare of the person who has to maintain the code after you, and who will probably put parens in the wrong place.  -- Larry Wall in the perl man page
"Help save the world!"              -- Larry Wall in README
Hey, I had to let awk be better at *something*...  :-)\n-- Larry Wall in <1991Nov7.200504.25280@netlabs.com>1
I already have too much problem with people thinking the efficiency of a perl construct is related to its length.  On the other hand, I'm perfectly capable of changing my mind next week...  :-) --lwall
I don't know if it's what you want, but it's what you get.  :-)\n-- Larry Wall in <10502@jpl-devvax.JPL.NASA.GOV>
I dunno, I dream in Perl sometimes...\n-- Larry Wall in  <8538@jpl-devvax.JPL.NASA.GOV>
If I allowed "next $label" then I'd also have to allow "goto $label", and I don't think you really want that...  :-)\n-- Larry Wall in <1991Mar11.230002.27271@jpl-devvax.jpl.nasa.gov>
If I don't document something, it's usually either for a good reason, or a bad reason.  In this case it's a good reason.  :-)\n-- Larry Wall in <1992Jan17.005405.16806@netlabs.com>
"I find this a nice feature but it is not according to the documentation. Or is it a BUG?" "Let's call it an accidental feature. :-)"\n-- Larry Wall in <6909@jpl-devvax.JPL.NASA.GOV>
if (instr(buf,sys_errlist[errno]))  /* you don't see this */\n-- Larry Wall in eval.c from the perl source code
if (rsfp = mypopen("/bin/mail root","w")) {     /* heh, heh */\n-- Larry Wall in perl.c from the perl source code
If you consistently take an antagonistic approach, however, people are going to start thinking you're from New York.   :-)\n-- Larry Wall to Dan Bernstein in <10187@jpl-devvax.JPL.NASA.GOV>
If you want to program in C, program in C.  It's a nice language.  I use it occasionally...   :-)\n-- Larry Wall in <7577@jpl-devvax.JPL.NASA.GOV>
If you want to see useful Perl examples, we can certainly arrange to have comp.lang.misc flooded with them, but I don't think that would help the advance of civilization.  :-)\n-- Larry Wall in <1992Mar5.180926.19041@netlabs.com>
If you want your program to be readable, consider supplying the argument.\n-- Larry Wall in the perl man page
I know it's weird, but it does make it easier to write poetry in perl.    :-)\n-- Larry Wall in <7865@jpl-devvax.JPL.NASA.GOV>
I'll say it again for the logic impaired.\n-- Larry Wall
I might be able to shoehorn a reference count in on top of the numeric value by disallowing multiple references on scalars with a numeric value, but it wouldn't be as clean.  I do occasionally worry about that. --lwall
I'm sure that that could be indented more readably, but I'm scared of the awk parser.\n-- Larry Wall in <6849@jpl-devvax.JPL.NASA.GOV>
In general, if you think something isn't in Perl, try it out, because it usually is.  :-)\n-- Larry Wall in <1991Jul31.174523.9447@netlabs.com>
In general, they do what you want, unless you want consistency.\n-- Larry Wall in the perl man page
Interestingly enough, since subroutine declarations can come anywhere, you wouldn't have to put BEGIN {} at the beginning, nor END {} at the end.  Interesting, no?  I wonder if Henry would like it. :-) --lwall
I think it's a new feature.  Don't tell anyone it was an accident.  :-)\n-- Larry Wall on s/foo/bar/eieio in <10911@jpl-devvax.JPL.NASA.GOV>
"It is easier to port a shell than a shell script."\n-- Larry Wall
It is, of course, written in Perl.  Translation to C is left as an exercise for the reader.  :-)  -- Larry Wall in <7448@jpl-devvax.JPL.NASA.GOV>
It's all magic.  :-)\n-- Larry Wall in <7282@jpl-devvax.JPL.NASA.GOV>
It's documented in The Book, somewhere...\n-- Larry Wall in <10502@jpl-devvax.JPL.NASA.GOV>
> (It's sorta like sed, but not.  It's sorta like awk, but not.  etc.) Guilty as charged.  Perl is happily ugly, and happily derivative.\n-- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
It's there as a sop to former Ada programmers.  :-)\n-- Larry Wall regarding 10_000_000 in <11556@jpl-devvax.JPL.NASA.GOV>
It won't be covered in the book.  The source code has to be useful for something, after all...  :-)\n-- Larry Wall in <10160@jpl-devvax.JPL.NASA.GOV>
:  I've heard that there is a shell (bourne or csh) to perl filter, does :  anyone know of this or where I can get it? Yeah, you filter it through Tom Christiansen.  :-)  -- Larry Wall
:       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). In the first pass, install perl. :-)\n-- Larry Wall <6849@jpl-devvax.JPL.NASA.GOV>
I won't mention any names, because I don't want to get sun4's into trouble...  :-)     -- Larry Wall in <11333@jpl-devvax.JPL.NASA.GOV>
Just don't compare it with a real language, or you'll be unhappy...  :-)\n-- Larry Wall in <1992May12.190238.5667@netlabs.com>
Just don't create a file called -rf.  :-)\n-- Larry Wall in <11393@jpl-devvax.JPL.NASA.GOV>
Let's say the docs present a simplified view of reality...    :-)\n-- Larry Wall in  <6940@jpl-devvax.JPL.NASA.GOV>
Let us be charitable, and call it a misleading feature  :-)\n-- Larry Wall in <2609@jato.Jpl.Nasa.Gov>
Lispers are among the best grads of the Sweep-It-Under-Someone-Else's-Carpet School of Simulated Simplicity.  [Was that sufficiently incendiary?  :-)]\n-- Larry Wall in <1992Jan10.201804.11926@netlabs.com
No, I'm not going to explain it.  If you can't figure it out, you didn't want to know anyway...  :-)\n-- Larry Wall in <1991Aug7.180856.2854@netlabs.com>
/* now make a new head in the exact same spot */\n-- Larry Wall in cons.c from the perl source code
OK, enough hype.\n-- Larry Wall in the perl man page
OOPS!  You naughty creature!  You didn't run Configure with sh! I will attempt to remedy the situation by running sh for you...\n-- Larry Wall in Configure from the perl distribution
Perl is designed to give you several ways to do anything, so consider picking the most readable one.\n-- Larry Wall in the perl man page
Perl itself is usually pretty good about telling you what you shouldn't do. :-)\n-- Larry Wall in <11091@jpl-devvax.JPL.NASA.GOV>
Perl programming is an *empirical* science!\n-- Larry Wall in <10226@jpl-devvax.JPL.NASA.GOV>
pos += screamnext[pos]  /* does this goof up anywhere? */\n-- Larry Wall in util.c from the perl source code
Q. Why is this so clumsy? A. The trick is to use Perl's strengths rather than its weaknesses.\n-- Larry Wall in <8225@jpl-devvax.JPL.NASA.GOV>
Randal said it would be tough to do in sed.  He didn't say he didn't understand sed.  Randal understands sed quite well.  Which is why he uses Perl.   :-)  -- Larry Wall in <7874@jpl-devvax.JPL.NASA.GOV>
Real programmers can write assembly code in any language.   :-)\n-- Larry Wall in  <8571@jpl-devvax.JPL.NASA.GOV>
Remember though that THERE IS NO GENERAL RULE FOR CONVERTING A LIST INTO A SCALAR.\n-- Larry Wall in the perl man page
s = (char*)(long)retval;                /* ouch */\n-- Larry Wall in doio.c from the perl source code
signal(i, SIG_DFL); /* crunch, crunch, crunch */\n-- Larry Wall in doarg.c from the perl source code
Sorry.  My testing organization is either too small, or too large, depending on how you look at it.  :-)\n-- Larry Wall in <1991Apr22.175438.8564@jpl-devvax.jpl.nasa.gov>
stab_val(stab)->str_nok = 1;    /* what a wonderful hack! */\n-- Larry Wall in stab.c from the perl source code
Tactical?  TACTICAL!?!?  Hey, buddy, we went from kilotons to megatons several minutes ago.  We don't need no stinkin' tactical nukes. (By the way, do you have change for 10 million people?) --lwall
That means I'll have to use $ans to suppress newlines now. Life is ridiculous.\n-- Larry Wall in Configure from the perl distribution
The autodecrement is not magical.\n-- Larry Wall in the perl man page
The only disadvantage I see is that it would force everyone to get Perl. Horrors.  :-)\n-- Larry Wall in  <8854@jpl-devvax.JPL.NASA.GOV>
There ain't nothin' in this world that's worth being a snot over.\n-- Larry Wall in <1992Aug19.041614.6963@netlabs.com>
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.  :-)\n-- Larry Wall in <1991Jun24.231628.14446@jpl-devvax.jpl.nasa.gov>
There are probably better ways to do that, but it would make the parser more complex.  I do, occasionally, struggle feebly against complexity...  :-)\n-- Larry Wall in <7886@jpl-devvax.JPL.NASA.GOV>
There are still some other things to do, so don't think if I didn't fix your favorite bug that your bug report is in the bit bucket.  (It may be, but don't think it.  :-)  Larry Wall in <7238@jpl-devvax.JPL.NASA.GOV>
There is, however, a strange, musty smell in the air that reminds me of something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.\n-- Larry Wall in Configure from the perl distribution
"The road to hell is paved with melting snowballs."\n-- Larry Wall in  <1992Jul2.222039.26476@netlabs.com>
/* This bit of chicanery makes a unary function followed by a parenthesis into a function with one argument, highest precedence. */\n-- Larry Wall in toke.c from the perl source code
"...this does not mean that some of us should not want, in a rather dispassionate sort of way, to put a bullet through csh's head." Larry Wall in <1992Aug6.221512.5963@netlabs.com>
> This made me wonder, suddenly: can telnet be written in perl? Of course it can be written in Perl.  Now if you'd said nroff, that would be more challenging...   -- Larry Wall
Though I'll admit readability suffers slightly...\n-- Larry Wall in <2969@jato.Jpl.Nasa.Gov>
tmps_base = tmps_max;                /* protect our mortal string */\n-- Larry Wall in stab.c from the perl source code
Unix is like a toll road on which you have to stop every 50 feet to pay another nickel.  But hey!  You only feel 5 cents poorer each time.\n-- Larry Wall in <1992Aug13.192357.15731@netlabs.com>
"We all agree on the necessity of compromise.  We just can't agree on when it's necessary to compromise."\n-- Larry Wall in  <1991Nov13.194420.28091@netlabs.com>
/* we have tried to make this normal case as abnormal as possible */\n-- Larry Wall in cmd.c from the perl source code
What about WRITING it first and rationalizing it afterwords?  :-)\n-- Larry Wall in <8162@jpl-devvax.JPL.NASA.GOV>
: 1.  What is the possibility of this being added in the future? In the near future, the probability is close to zero.  In the distant future, I'll be dead, and posterity can do whatever they like...  :-) --lwall
"What is the sound of Perl?  Is it not the sound of a wall that people have stopped banging their heads against?"\n-- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
When in doubt, parenthesize.  At the very least it will let some poor schmuck bounce on the % key in vi.\n-- Larry Wall in the perl man page
"You can't have filenames longer than 14 chars. You can't even think about them!"\n-- Larry Wall in Configure from the perl distribution
You have to admit that it's difficult to misplace the Perl sources.  :-)\n-- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
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. :-)   -- Larry Wall in Configure from the perl distribution
You want it in one line?  Does it have to fit in 80 columns?   :-)\n-- Larry Wall in <7349@jpl-devvax.JPL.NASA.GOV>
Well, enough clowning around.  Perl is, in intent, a cleaned up and summarized version of that wonderful semi-natural language known as "Unix".\n-- Larry Wall in <1994Apr6.184419.3687@netlabs.com>
Anyway, there's plenty of room for doubt.  It might seem easy enough, but computer language design is just like a stroll in the park. Jurassic Park, that is.\n-- Larry Wall in <1994Jun15.074039.2654@netlabs.com>
I want to see people using Perl to glue things together creatively, not just technically but also socially.\n-- Larry Wall in <199702111730.JAA28598@wall.org>
The whole history of computers is rampant with cheerleading at best and bigotry at worst.\n-- Larry Wall in <199702111730.JAA28598@wall.org>
Unix weanies are as bad at this as anyone.\n-- Larry Wall in <199702111730.JAA28598@wall.org>
If someone stinks, view it as a reason to help them, not a reason to avoid them.\n-- Larry Wall in <199702111730.JAA28598@wall.org>
As usual, I'm overstating the case to knock a few neurons loose, but the truth is usually somewhere in the muddle, uh, middle.\n-- Larry Wall in <199702111639.IAA28425@wall.org>
Odd that we think definitions are definitive.   :-)\n-- Larry Wall in <199702221943.LAA20388@wall.org>
: But for some things, Perl just isn't the optimal choice. (yet)   :-)\n-- Larry Wall in <199702221943.LAA20388@wall.org>
I don't like this official/unofficial distinction.  It sound, er, officious.\n-- Larry Wall in <199702221943.LAA20388@wall.org>
If you write something wrong enough, I'll be glad to make up a new witticism just for you.\n-- Larry Wall in <199702221943.LAA20388@wall.org>
Perl 5 introduced everything else, including the ability to introduce everything else.\n-- Larry Wall in <199702252152.NAA28845@wall.org>
So far we've managed to avoid turning Perl into APL.  :-)\n-- Larry Wall in <199702251904.LAA28261@wall.org>
Not that I have anything much against redundancy.  But I said that already.\n-- Larry Wall in <199702271735.JAA04048@wall.org>
They can always run stderr through uniq.  :-)\n-- Larry Wall in <199704012331.PAA16535@wall.org>
I'd put my money where my mouth is, but my mouth keeps moving.\n-- Larry Wall in <199704051723.JAA28035@wall.org>
Of course, I reserve the right to make wholly stupid changes to Perl if I think they improve the language.  :-)\n-- Larry Wall in <199704251604.JAA27300@wall.org>
Call me bored, but don't call me boring.\n-- Larry Wall in <199705101952.MAA00756@wall.org>
I think $[ is more like a coelacanth than a mastadon.\n-- Larry Wall in <199705101952.MAA00756@wall.org>
: I used to think that this was just another demonstration of Larry's : enormous skill at pulling off what other people would fail or balk at. Well, everyone else knew it was impossible, so they didn't try.  :-)\n-- Larry Wall in <199705101952.MAA00756@wall.org>
We question most of the mantras around here periodically, in case you hadn't noticed.  :-)\n-- Larry Wall in <199705101952.MAA00756@wall.org>
(Presuming for the sake of argument that it's even *possible* to design better code in Perl than in C.  :-)\n-- Larry Wall on core code vs. module code design
: The hierarchy is excessive. So is the anarchy.  :-)\n-- Larry Wall in <199705101952.MAA00756@wall.org>
That could certainly be done, but I don't want to fall into the Forth trap, where every running Forth implementation is really a different language.\n-- Larry Wall in <199705101952.MAA00756@wall.org>
Tcl long ago fell into the Forth trap, and is now trying desperately to extricate itself (with some help from Sun's marketing department).\n-- Larry Wall in <199705101952.MAA00756@wall.org>
The core is not frozen, but slushy.\n-- Larry Wall in <199705101952.MAA00756@wall.org>
The whole intent of Perl 5's module system was to encourage the growth of Perl culture rather than the Perl core.\n-- Larry Wall in <199705101952.MAA00756@wall.org>
