I had the impression that I could escape line endings in a double quoted string, for example:
$string = "hello \ world"; I realise I can process the string to remove line endings, but is there a way to tell Perl to ignore line endings inside a string? (I thought this might be a Mac OS X thing, but it seems I'm just as wrong on FreeBSD :-) Thanks