in reply to Re: Re: MySQL and Perl... Update record Prob
in thread MySQL and Perl... Update record Prob

Where is $username coming from? Did you read it from a file and forget to chomp? Do other queries using this value in a where clause work?

--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';

Replies are listed 'Best First'.
Re: MySQL and Perl... Update record Prob
by powerhouse (Friar) on Feb 03, 2003 at 16:29 UTC
    $username is coming from a required configuration file, it's a global field for when they are logged in. It's pulled from the database, and then put into a session, managed by Apache::Session::MySQL

    Yes, all the other WHERE clauses that use it work.

    Thx,
    Richard.