use autodie; open my $file, '<', $filepath; process_file_header( $file ); proress_file_remainder( $file );