in reply to opening remote files
use strict; open(FILE, 'GET http://www.yahoo.com/index.html |'); while(<FILE>) { print $_; } close FILE;
If you don't want to use LWP there are other programs that can get the contents of a URL. These programs can be used the same way.
It should work perfectly the first time! - toma
|
|---|