Re: Missing documentation

2015-10-28 Thread Wah Peng
yes here also gets 404. On 2015/10/29 3:31, Parrot Raiser wrote: This Perl 5 to 6 Translation guide http://doc.perl6.org/language/5to6 is mentioned in several places, but returns a 404. Is it obsolete, or just misplaced?

Re: Missing documentation

2015-10-28 Thread Patrick R. Michaud
I suspect that http://doc.perl6.org/language/5to6 should at least have be a redirect to somewhere useful, if not an index of the available 5to6 pages. Pm On Wed, Oct 28, 2015 at 09:22:55PM +0100, Kaare Rasmussen wrote: > On 10/28/2015 08:31 PM, Parrot Raiser wrote: > >This Perl 5 to 6 Translatio

Re: Missing documentation

2015-10-28 Thread Kaare Rasmussen
On 10/28/2015 08:31 PM, Parrot Raiser wrote: This Perl 5 to 6 Translation guide http://doc.perl6.org/language/5to6 is mentioned in several places, but returns a 404. Is it obsolete, or just misplaced? This one you're looking for? http://doc.perl6.org/language/5to6-nutshell.html

Missing documentation

2015-10-28 Thread Parrot Raiser
This Perl 5 to 6 Translation guide http://doc.perl6.org/language/5to6 is mentioned in several places, but returns a 404. Is it obsolete, or just misplaced?

Re: How to call a super class method?

2015-10-28 Thread Moritz Lenz
On 10/28/2015 08:03 AM, Patrick R. Michaud wrote: On Wed, Oct 28, 2015 at 03:31:09AM +, TS xx wrote: Can I call the Person's constructor (in non static context), pass the required parameter and do more things before returning? There are two answers to this question, both of which likely

Re: How to call a super class method?

2015-10-28 Thread Patrick R. Michaud
On Wed, Oct 28, 2015 at 03:31:09AM +, TS xx wrote: > > Can I call the Person's constructor (in non static context), > pass the required parameter and do more things before returning? There are two answers to this question, both of which likely deserve a few lines in doc.perl6.org/language/fa