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

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

Hello, I am writing a helper script whose out I want to place on the windows clipboard. Something like:
$SomeVar=<<TOHERE; line some other line some distinct yet similar line the daughter of line 0 and line 1 the line she loves even while being with line 2 TOHERE use Win32::Clipboard; Win32::Clipboard::Set($SomeVar);
However, when I do this, I lose my line breaks. Anyone's got a quick fix ?