in reply to Funniest Variable/Subroutine names
This thread does bring to mind a funny, but extremely off-topic, error message my team received from an OS core dump on an older VMS system some years ago. The error message was "Shut 'er down Clancy, she's pumping mud!" Oddly, this error message was undocumented. After a fairly lengthy conversation with one of the OS's authors, he stated that this error message should never be reached. For some reason, they had a conditional similar to the following:
And somehow, we managed to be neither true nor false.if true { ...do something; } elsif false { ...do something else; } else { print "Shut 'er down....."; }
If things get any worse, I'll have to ask you to stop helping me.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (shockme) Re: Funniest Variable/Subroutine names
by lshatzer (Friar) on Apr 05, 2002 at 04:04 UTC | |
Re: (shockme) Re: Funniest Variable/Subroutine names
by maverick (Curate) on Apr 05, 2002 at 14:54 UTC | |
by shockme (Chaplain) on Apr 07, 2002 at 05:28 UTC | |
Re: (shockme) Re: Funniest Variable/Subroutine names
by wolis (Scribe) on Nov 24, 2003 at 03:19 UTC |