|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I want to open a remote file and parse it for headlines then write result to a file that I can include in my webpage.
------------------ Christopher Curtis C Double Web Development http://c-double.com |
|
#2
|
|||
|
|||
|
Do you have access on the other machine? You could possibly (this is probably dodgy):
open(FH,"| rsh host.com cat filename"); @stuff = <FH>; close(FH); Or you could use the LWP module if you're grabbing it off another site. And then do what you want with it. |
|
#3
|
|||
|
|||
|
You can use any script from www.hotscripts.com to the grabbing and use a script for caching which will make a copy of the results locally.
the script is also at www.hotscripts.com at the following link: http://www.hotscripts.com/Detailed/8579.html |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Need to open remote file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|