#!/usr/local/bin/perl @proglist = ("echo", "hello, world!"); system(@proglist);