Gregg O'Donnell wrote:
> 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!
>
Use double quotes as in "\n", since single quotes will not do the expansion
for you. That is \n becomes just that \n while under double quotes it becomes your
newline.
Wags ;)
> my $cfor_edu = join (',',$bs_alma,$bs,$ms_alma,$ms);
>
>
> ---------------------------------
> Do you Yahoo!?
> Get better spam protection with Yahoo! Mail
**********************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
****************************************************************
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>