in reply to PerlOO what i am doing???

Before anyone bothers to look at this, you might want to remove your plaintext password from the code. Not that anyone will hack your database, but it is very common for people to reuse one or several passwords for all their various logins. It's obviously not relevant to making your code work, so you really should replace it with "dbpassword" or "xxxxxxxxx". And again, I'm not saying that anyone in this community will try to take advantage of this, but it's just a good idea to replace any sensitive information with junk before posting it to a publicly accessible web site that is indexed by major search engines.


$,=qq.\n.;print q.\/\/____\/.,q./\ \ / / \\.,q.    /_/__.,q..
Happy, sober, smart: pick two.

Replies are listed 'Best First'.
Re^2: PerlOO what i am doing???
by seekperlwisdom (Acolyte) on Aug 13, 2012 at 09:20 UTC
    thanks but these are not real. though i should have used 'dbuser' rather than 'xxxaccountxxx'

      When I made my first reply, it was still 'root', and the other was also something else that I won't repeat but I do remember ;)


      $,=qq.\n.;print q.\/\/____\/.,q./\ \ / / \\.,q.    /_/__.,q..
      Happy, sober, smart: pick two.