develooper Front page | perl.perl6.language | Postings from June 2006

Re: Perl5 -> Perl 6 Translations Design Document

Thread Previous
From:
Ruud H.G. van Tol
Date:
June 5, 2006 15:43
Subject:
Re: Perl5 -> Perl 6 Translations Design Document
Message ID:
08c401c688f1$4c85a280$0b01a8c0@isolution.nl
Sage La Torra schreef:

> http://infohost.nmt.edu/~slatorra/conversionstageone.txt
> 
> Any advice/comments/criticism on the document and even ideas on
> implementation would be greatly appreciated.

I think that 

  split('\s+') -> split(/\s+/)

should be 


  split('\s+') -> .split(/\s+/)

-- 
Groet, Ruud

Thread Previous


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