#! /usr/local/bin/perl5 print("This is my first program.\n"); print("Enter some text: "); $text = <STDIN>; print("This is your input: $text");