in reply to Re: http POST + authentication
in thread http POST + authentication

yep...I missed that too... need to declare that module.. you should also probably add the following to all your code:
#!\perl\bin\perl -w use strict;
It will save you lots of headaches and force you to code better. :0)