my.pl $name = "Test"; open(FH,"file.txt"); while(){ print "$_"; }