#!/usr/bin/perl # OS is windows XP perl 5.8.8 build 820 open FH,"hello.txt" or die "$!\n"; while ( ) { print; }