use strict; open(FILE, 'GET http://www.yahoo.com/index.html |'); while() { print $_; } close FILE;