Re: short question..

Matthew Darwin (darwin@loran.com)
Tue, 6 Aug 1996 18:57:25 -0400 (EDT)


On Tue, 6 Aug 1996, Patrick Sibenaler wrote:

> I will get the content of the file directly to the shell. But if I do the
> same from another perl program, calling 
> `GET http://host/thisfile.html`;

	#!/usr/bin/perl
	$output = `GET http://www.loran.com`;
	print $output;   
 

--
Matthew Darwin,
darwin@loran.com