|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I know that I have to grab the html, then parse out the value that I want. But I don't know how to grab the html of the page. Any help is appreciated!
|
|
#2
|
|||
|
|||
|
You could use the following:
IO::Socket LWP::Simple LWP::UserAgent HTTP::Request Search for these words on the web for how to use it! ------------------ http://new.123finder.com/ - Helps you find cool domains for FREE & Registers it for only $14.95/yr http://www.guideclick.com/ - Qualified webmaster resources (affiliate programs, web design, tips) ------ Son |
|
#3
|
|||
|
|||
|
You don't need those, you just need libwww-perl:
####URL of File to be Included#### $url = "http://www.asdf.com"; ####Use libwww-perl#### use LWP::Simple; ####Header#### print "Content-type: text/htmlnn"; ###Do the Job!#### getprint("$url"); |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > retrieving values from another page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|