printinput.pl 56 Bytes
Newer Older
priyank's avatar
priyank committed
1 2 3 4 5 6 7

# Printing the file

while($line=<>)
{
	print $line;
}