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