Re: Who wrote this crap?
- From: Graham Reed <greed@xxxxxxxxx>
- Date: Wed, 09 Jun 2010 16:00:03 -0400
Davide Bianchi <davideyeahsure@xxxxxxxxxxxxxx> writes:
And the incredible thing is all this somehow kind-of does what it's
supposed to do!
I've dealt with... code... like that. I don't know what language the
author thought she was writing in, but she didn't know Perl at all,
though had managed to find just enough of the weird stuff to be truly
dangerous.
sub some_sub {
# Arguments with spaces don't work, I don't know why
my(@args)=split(/\s/,"@_");
...
--
"I thought everyone in [TO] ... jumped off the Bloor Street Viaduct? Or
was your Mom a nonconformist?" -- adb about my mother in the Monastery.
"Well, of course she was. Just because everyone *else's* Mom was jumping
off the Bloor Street Viaduct, should *she*?" -- Jonathan's witty retort.
.
- Prev by Date: Re: A change, and probably not for the better
- Next by Date: Re: A change, and probably not for the better
- Previous by thread: Re: Who wrote this crap?
- Next by thread: Re: Who wrote this crap?
- Index(es):
Relevant Pages
|