open (FILE, "$installation_folder/bin/pdftotext $path_to_PDF/$file_id - |"); my $text = do { local($/); };