|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
Hi!
I really need to get data from another web page (that is located on another server). Is there any way to do that with Perl? // udd |
|
#2
|
|||
|
|||
|
#!/usr/bin/perl
use LWP::Simple; $data=get('http://www.blah.com'); .... do whatever you want .... |
|
#3
|
|||
|
|||
|
It worked! I wanna kiss your feets! URL
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Need to fetch information from another web site |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|