Connecting Tech Pros Worldwide Help | Site Map

How can I read output of a remote Http server

  #1  
Old April 19th, 2006, 02:15 AM
Basil
Guest
 
Posts: n/a
We are working on a project which it requires to invoke a command on a
remote server and read the output and process the response.

What do we need to accomplish this task.

Thanks for any response.

Regards
Basil


  #2  
Old April 19th, 2006, 10:05 PM
Jim Gibson
Guest
 
Posts: n/a

re: How can I read output of a remote Http server


In article <i9CdnRG4DsdyFtjZ4p2dnA@magma.ca>, Basil <Support@Isabe.com>
wrote:
[color=blue]
> We are working on a project which it requires to invoke a command on a
> remote server and read the output and process the response.
>
> What do we need to accomplish this task.[/color]

You can use the LWP::Simple module for fetching a web page from an HTTP
server. You can use HTML::TokeParser to parse the returned text.

Pick up a copy of "Perl & LWP", Sean M. Burke, O'Reilly. for more
information.

FYI: this newsgroup is defunct. Try comp.lang.perl.misc in the future.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Download the JAVA , .NET and SQL Server interview with answers Jobs answers 2 September 26th, 2006 02:25 PM
Download the JAVA , .NET and SQL Server interview PDF Jobs answers 0 September 17th, 2006 02:05 PM
FTP - can't upload a file using the MS Example Jen answers 18 November 21st, 2005 05:18 AM
Capturing XML pages from Server Steve Wolfie answers 4 November 19th, 2005 05:18 PM