On 12/14/2010 03:13 PM, Bastian Erdnüß wrote: > Another solution would be > > main = do > input<- readFile "path_to_file" > let prova = lines input > print prova > > Cheers, > Bastian > > > Definitely the best solution, thank you Bastian ;) Luca