http://qs1969.pair.com?node_id=517772

jeanluca has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

I would like to do something describe in the example below
open IN, "<myFile" ; $str .= <IN> close IN ;
To me it looks very logic, but it doesn't work. Is there a way simular that does work ?

Thanks in advance
Luca