Help for this page
open( SH, "|-", "/bin/sh" ) or die "can't launch a shell: $!\n"; ... print SH "echo $param\n"; print SH "echo hi\n"; close SH;