#!/usr/local/bin/perl print STDOUT "Please type your name: "; $n = ; printf ( STDOUT "Hello %s", $n );