use LWP::Simple; use HTML::LinkExtor; use Data::Dumper;
Now, if I want to send POST and COOKIE information also with an HTTP header, how can I configure this using the get funciton function? or do i need to customize my own method?
My main interest is Cookies! then Post!
source share