#!/usr/bin/perl -w use strict; print "I wonder what will happen?\n"; open ME, "$0|" or die "Cannot do $o:$!\n"; while() {print;} close ME;