Just use HTTP::Cookies::scan to find out what cookies you have, change the
domain ($domain =~ s/olddomain/newdomain/) and then use
HTTP::Cookies::set_cookie to put the new cookie in.

Reply via email to