Journals >2000-08-04 12:23:09
Web Log (New!) | Index for Journals | Autonomous Pages of Random Content | Home

2000-08-04 12:23:09

Perl Humor

It's a shame that the compiler stuff just flies by. I saw the word 'futile' and wanted to see what the Perl configurator was saying. I scrolled back and found this gem:

Your fflush(NULL) works okay for output streams.

Let's see if it clobbers input pipes...

Ouch, fflush(NULL) clobbers input pipes! We will not use it.

All is futile. Even fflush(stdin) clobbers input pipes!

OK, I give up. I cannot figure out how to flush pending stdio output.

We won't be flushing handles at all before fork/exec/popen.

Heh. Humor.

Previous | Next