how do i use page text method...



i have a query...

i am using the Win 32 package for IE automation on Windows. can somebody
please help me in using PageText() method ...

i have to capture the page text in a variable from a simple html
page.Thetext is in the format of few variables like USERNAME=pm,
HTTP_CONNECTION=keep-alive etc....from this page, i have to search for a
particular variable say USERNAME and its value.. then i have to print it..

any ideas how can i do that..am beginer in Perl so not much idea..

i tried to do something like this to simply capture all the data...from that
page

$ie->PageText();
print "$ie ";

but it returns me value like this Win32::IEAutomation=HASH(0x224f38)...

plz help

thanks
pm


Relevant Pages