Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vne147
  • Content: Threads
  • Order by date
  1. vne147

    HTTP Request

    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')...
  2. vne147

    MS Word and PERL

    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...

Part and Inventory Search

Back
Top