#!/usr/bin/perl -w open (FILE, "test.in"); my @text = ; foreach my $line (@text) { print $line; } close FILE;