"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."


Reply via email to