How to test an HTTP header value using LWP::UserAgent
问题 I may be posting more questions as I get answers, but here goes! I am currently trying to troubleshoot a Perl script that my university used to use to automatically download files with SAT score data. The idea is to read through emails in a certain account; pull out the cycle number (which is used in the URL); piece together multiple URLs; and then use LWP::UserAgent to grab the files from the server and do other Perl magicks on them. In my investigation I have determined that manually