sumeetgrover has asked for the wisdom of the Perl Monks concerning the following question:

Hi!
I would like to run a Perl script so that it will visit a list of URL's on my website and list the cookies set by each page.

I know LWP::UserAgent to get a URL's contents, but I am not aware of any module to list the cookies set by a URL.

Any suggestions would be much appreciated.

Thank you

Replies are listed 'Best First'.
Re: Website Cookie List
by marto (Cardinal) on May 22, 2012 at 13:15 UTC
Re: Website Cookie List
by Corion (Patriarch) on May 22, 2012 at 13:12 UTC