use FileHandle # ... my $fh = new FileHandle(); $fh -> open( "< file.txt" ) or die "blah $!\n";