#!/usr/bin/perl use strict; use warnings; open say, '<', '/etc/nsswitch.conf' or die "Unable to open file1: $!\n"; print "Filehandle is now open!\n"; print "1: " . ; exit; #### Filehandle is now open! 1: # /etc/nsswitch.conf #### use 5.010; #### Name "main::say" used only once: possible typo at