in reply to Re: web search for certain data
in thread web search for certain data

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

Replies are listed 'Best First'.
Re^3: web search for certain data
by choroba (Cardinal) on Nov 23, 2011 at 19:53 UTC
    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.