Some help please;
I am using perl on XP windows "Oh well" MSWin32-x86-multi-thread. Binaries only no source code.
when I reference authorization_basic('user','password') I authenticate just fine and I can go on my merry way.
when I substitute var's for the hardcoded values ie
authorization_basic($user,$passwd) I recieve a
>401 Authorization Required error.
Does authorization_basic do something special with variables that I am not taking into consideration?
Any help would be greatly appr.