Re: how are these two strings not equal?

2008-06-03 Thread Kev
een encoding HTML entities to display in the browser...I completely forgot about that last step before my builder function returns each table case...I'll be moving that piece of code to a better place now... Thank you so much for your help! Kev -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: diff problem: perl or pgsql?

2008-06-03 Thread Kev
sorry for the double-post! it didn't show up by when it normally does, so I thought maybe I hadn't clicked the submit button or something. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

how are these two strings not equal?

2008-06-02 Thread Kev
database, and yet 'model_year' isn't? And why does base64 encoding indicate differences right after 'DECLARE' and yet diff doesn't? Most of all, what's the sane way to simply compare these strings for equality? I was just using diff for clues, but I don't really care about the difference detail beyond whether the function code actually needs updating because it has changed. Help? I have the encoded versions if that would help make sense of this. Thanks, Kev -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

diff problem: perl or pgsql?

2008-06-02 Thread Kev
same when we're comparing the function as generated using that $sql line with what's stored in the database, which came from that very line moments earlier? (This is on perl 5.10 under Win32. I'm not sure what version the fellow who replied is running, but he said even when he