in reply to Does Humor Belong in Programming?

Not only humor, but literature 'n culture 'n stuff.

@godot = glob($path); die "Nothing to be done!\n" unless @godot;
Dum Spiro Spero

Replies are listed 'Best First'.
Re^2: Does Humor Belong in Programming?
by karlgoethebier (Abbot) on Oct 12, 2015 at 18:17 UTC
    #!/usr/bin/env perl use strict; use warnings; use feature qw(say); use sigtrap qw(die INT); use subs qw(wait); sub wait { say qq(Nothing to be done.) while <> } wait(); END { say qq(To every man his little cross. Till he dies. And is forgo +tten.) }

    «The Crux of the Biscuit is the Apostrophe»