in reply to Passing DATA filehandle to a module under strict
my $HANDLE = *DATA; my $conf = Config::IniFiles->new( -file => $HANDLE ); [download]