mpe as a web client
it's now possible to write MPE applications that look like web browsers
perform simple HTTP GET requests, or even complicated HTTP POST requests to fill out remote web forms
# read the web page contents into the scalar variable $webpage
$webpage = get('http://www.bixby.org/mark/perlix.html');