in reply to web search for certain data

Can you show your code? What parts of the page did get into the output? Your client (lwp) might not be able to run javascript.

Replies are listed 'Best First'.
Re^2: web search for certain data
by pydi (Initiate) on Nov 23, 2011 at 19:50 UTC

    I havenot yet written anything related to my final task but i have started here, in my output text i get the data as parent node, when i click on the site view source i see total different entries for all meta name content.  open(Mytempoutput, ">tempoutput.txt");  print Mytemp  output (get $url); Is there any other way to just read html page into a text file and then print characters starting between a metaname content and write to excel??

      What does this output mean?

        There is no space between Mytemp and output its a file handler name that i have given.As i have told i am not clear on how to proceed ahead , any suggestions to how to go about problem would be helpful.