Hello all. I am trying to go to a webpage and save the html source. My code is below:
my $cookie_jar = HTTP::Cookies->new(file => "lwp_cookies.dat",autosave => 1);
my $agent = new LWP::UserAgent();
$agent->cookie_jar($cookie_jar);
$agent->credentials($URL,'','username','password')...
Hello everyone. I am attempting to write a PERL script that will open a .doc file and parse it based on certain criteria. So far I am able to open the document, split it up into paragraphs, and write each paragraph to a file using the code below. My problem is that within the paragraph there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.