Skip to content

Comment Quote by Larry Wall

“[Perl] gives you the STDERR filehandle so that your program can make snide comments off to the side while it transforms (or attempts to transform) your input into your output.” quote by Larry Wall
Download Open image
“[Perl] gives you the STDERR filehandle so that your program can make snide comments off to the side while it transforms (or attempts to transform) your input into your output.”

Larry Wall

About This Quote

Source Interview: Perl Origins, Larry Wall, 1990

Perl provides a dedicated error stream, allowing programmers to separate diagnostic messages from main output, facilitating debugging and modular code.

In simple terms: Use STDERR for side comments and errors.

Key Takeaway

Separate errors from main output.

Themes

programming debugging error handling software design

Mood

technical practical

Type

educational informative

When to use this quote

  • writing scripts
  • handling exceptions
  • logging
  • testing

Key Concepts

error streams separation of concerns developer ergonomics

Questions to Reflect On

  • When should you redirect STDERR?
  • How does this affect user experience?
A Different Perspective

Overusing STDERR can clutter logs and obscure important messages.

4.0 out of 5 (9 ratings)

More by Larry Wall

Explore all 226 Larry Wall quotes

More Comment quotes

Browse all 928 Comment quotes