develooper Front page | perl.perl6.users | Postings from May 2006

Re: Simple Print/Say Question

Thread Previous | Thread Next
From:
Dr.Ruud
Date:
May 23, 2006 17:11
Subject:
Re: Simple Print/Say Question
Message ID:
20060523201025.16056.qmail@lists.develooper.com
"Chris Yocum" schreef:

> print @array[0] ~ "|" ~ @array[1] ~ "|" ~ @array[2] . "\n";

First the Perl6-equivalent of

  $" = '|' ;

and then

  say "@array" ;

-- 
Affijn, Ruud

"Gewoon is een tijger."



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About