[ macperl-Bugs-484496 ] no "\n" Interpolation in one-liners

[email protected] Thu, 22 Nov 2001 01:51:20 -0800
Newsgroups perl.macperl.porters
Message-ID <[email protected]>
Bugs item #484496, was opened at 2001-11-22 01:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=484496&group_id=7940

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott R. Godin (webdragon)
Assigned to: Nobody/Anonymous (nobody)
Summary: no "\n" Interpolation in one-liners

Initial Comment:
open MacPerl
press <command>-1 to activate the one-liner

enter 
	perl -e 'print join("\n", @INC);'

the \n is not interpolated, but instead gets printed 
thusly: 

Primus 8.5GB:Applications:MacPerl 
5.6.1b1ƒ:site_perl:MacPPC:\nPrimus 
8.5GB:Applications:MacPerl 5.6.1b1ƒ:site_perl:\nPrimus 
8.5GB:Applications:MacPerl 5.6.1b2ƒ:lib:MacPPC:\nPrimus 
8.5GB:Applications:MacPerl 5.6.1b2ƒ:lib:\nPrimus 
8.5GB:Applications:MacPerl 5.6.1b2ƒ:site_perl:\n:\
nDev:Pseudo:


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=484496&group_id=7940