#!/usr/local/bin/perl ### First open a file , hopefully with something in it. open( MYINPUTFILE, "input.txt"); while (){ print; }