in reply to RE: Unnecessary langauge
in thread Unnecessary langauge
How's that for an error message? Oh, and yeah... I let him keep the message as is.if ($action eq 'dothis') { $html = &DoThis(blah); } elsif ($action eq 'dothat') { $html = &DoThat('blah blah'); # ... 14 options later ... } else { $html = Errors(qq{ I hate John. That bastard is so fucking picky he won't let us get away with a simple "die". If you got this message, don't be comming to me! Its his shitty idea so bring it up with him! }); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Fun In Code (was: Unnecessary langauge)
by KM (Priest) on Jun 08, 2000 at 23:10 UTC |