newline or CR with join function
From: Gregg O'Donnell (gpod363_at_yahoo.com)
Date: 02/26/04
- Next message: Bob Showalter: "RE: newline or CR with join function"
- Previous message: Rob Dixon: "Re: stop"
- Next in thread: Bob Showalter: "RE: newline or CR with join function"
- Maybe reply: Bob Showalter: "RE: newline or CR with join function"
- Reply: Tim: "Re: newline or CR with join function"
- Reply: R. Joseph Newton: "Re: newline or CR with join function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 26 Feb 2004 09:36:53 -0800 (PST) To: beginners@perl.org
Greetings all,
Instead of joining my scalars with ',' I'd like each to appear on a newline. Replacing ',' with '\n' doesn't work. Suggestions? Thanks!
my $cfor_edu = join (',',$bs_alma,$bs,$ms_alma,$ms);
---------------------------------
Do you Yahoo!?
Get better spam protection with Yahoo! Mail
- Next message: Bob Showalter: "RE: newline or CR with join function"
- Previous message: Rob Dixon: "Re: stop"
- Next in thread: Bob Showalter: "RE: newline or CR with join function"
- Maybe reply: Bob Showalter: "RE: newline or CR with join function"
- Reply: Tim: "Re: newline or CR with join function"
- Reply: R. Joseph Newton: "Re: newline or CR with join function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|