Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Does Humor Belong in Programming?

by GotToBTru (Prior)
on Oct 01, 2015 at 20:58 UTC ( [id://1143612]=note: print w/replies, xml ) Need Help??


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»

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1143612]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (1)
As of 2024-04-19 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found