|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I want to make a script that extracts a text from a web page and print it in my page. Is this posible?
|
|
#2
|
|||
|
|||
|
use LWP::Simple;
$data = get(http://a.com/file.html); stores the webpage in the $data string use split to get the desired part of the html file [This message has been edited by quazzy (edited 11-17-99).] |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > CGI: Parsing HTML. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|