I'm trying to connect to our local server's web site and parse it but it keeps coming back empty. Does LWP::Simple automatically add the www. to the domain name? That would explain why I keep getting an uninitialized value error.
Any ideas on how to get this to work?
Thank you.
#!/usr/bin/perl use warnings; use strict; use LWP::Simple; my $appeals = get('http://server24/ASD/Administrator/AllRequests.aspx? +CatID=24&CatName=Employees'); print $appeals; # comes back empty
In reply to Parsing an intranet web page by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |