Instead of answering theantix's question

I'm going to totally ignore it except for this vote in the poll   4 votes - 33 %
I'm going to comment about politics since he *did* give that as an out after all   1 vote - 8 %
I'm going to suggest that you not use perl, because I don't realize that question is out of his control   4 votes - 33 %
I'm going to suggest that you not use mysql, because I don't realize that question is out of his control   4 votes - 33 %
I'm going to suggest that you not use stored procedures, because I don't realize that question is out of his control   5 votes - 41 %
lolwhat   5 votes - 41 %
-   0 votes - 0 %
theantix was here   2 votes - 16 %
 
12 Total Votes
This database thing is just a fad by ShadowNode (2.00 / 0) #1 Wed Nov 22, 2006 at 02:42:43 AM EST
You should write it as a flat file in plain c, or the ter'ists republicans win.



Thread by anonimouse (2.00 / 0) #2 Wed Nov 22, 2006 at 06:12:51 AM EST
Does this thread on the MySQL forums help at all?

Girls come and go but a mortgage is for 25 years -- JtL


heh by theantix (2.00 / 0) #3 Wed Nov 22, 2006 at 12:40:57 PM EST
Thanks, however that was the first place I found too.  The DBD version I'm using is greater than what they say in that thread is required for it to work, except it still doesn't.
____________________________________
I'm sorry, but your facts disagree with my opinion.
[ Parent ]

I must be the only person on earth who likes perl. by mrgoat (4.00 / 1) #4 Wed Nov 22, 2006 at 01:53:37 PM EST
Why yous gotta rag on perl? It's dense, arcane, filled with random syntax, and never really seems to be totally consistent. What's not to like? I say, any language that requires semicolons, whitespace, carriage returns/newlines, has strict typing, etc. is no friend of mine. I want the next guy down the line confused, and I mean it.

Actually, I'm just rather fond of pcre's. That said, I don't know how to solve your problem. Did you try calling ${$@[rand0..5].${&{$()}}->(); yet? That might work.

Years pass, things change, you end up living in Kansas. But the bag of dicks never leaves your side... - blixco
--top hat--


Addendum: by mrgoat (4.00 / 4) #5 Wed Nov 22, 2006 at 01:58:50 PM EST
I meant $_{$@_[rand0..5].${\&{$_()}}->(); Apologies. Note: code probably doesn't work. Then again, I once peed on a keyboard and perl managed to run it.

Years pass, things change, you end up living in Kansas. But the bag of dicks never leaves your side... - blixco
--top hat--
[ Parent ]

my main honest complaint about perl by theantix (4.00 / 1) #6 Wed Nov 22, 2006 at 03:42:45 PM EST
It's popular enough that you find it around in a lot of places, except not popular enough to handle edge cases.  Apparently so few people actually use MySQL stored procedures with Perl that hardly anyone has even noticed this problem I ran into.  Same with scoop's problem with Perl and apache2.

There are of course lots and lots of reasons to rag on perl, but most of them are dishonest and you can get around them with good coding practices. 
____________________________________
I'm sorry, but your facts disagree with my opinion.
[ Parent ]

I agree on both counts. by mrgoat (2.00 / 0) #7 Sun Nov 26, 2006 at 10:54:08 PM EST
It seems that many perl coders have the opinion that "good coding practices are for wusses", and that makes me sad. I still appreciate the ability to write some quick, throwaway code when I need it. I guess the trick is knowing when it's really just one-use code.

Years pass, things change, you end up living in Kansas. But the bag of dicks never leaves your side... - blixco
--top hat--
[ Parent ]