words[] question

2018-09-25 Thread Todd Chester
Hi All, https://docs.perl6.org/routine/words is no help Not to ask too obvious a question, but why does words use a [] instead of a () ? $ ls -al Win10_1803_English_x64.dd -rwxrwxrwx. 1 todd root 7927234560 May 9 21:14 Win10_1803_English_x64.dd $ ls -al Win10_1803_English_x64.dd | p6 'my

Re: Installing Perl6 on shared server

2018-09-25 Thread Richard Hainsworth
Further to this question. Support staff at hosting company just informed me that for the plan I have at present, the following limits are in place: 60 seconds CPU execution time per process 195MB of RAM per process 20 simultaneous processes I'm not sure which of these is limiting the

Re: Installing Perl6 on shared server

2018-09-25 Thread Richard Hainsworth
csh => OS accepted unlimit => OS accepted unlimit -h => several messages about not releasing hard limits make => same problem as before, failure to allocate during parse stage. On 26/09/18 11:32, yary wrote: c) Any other suggestions? csh unlimit unlimit -h make -y

Re: Installing Perl6 on shared server

2018-09-25 Thread yary
c) Any other suggestions? csh unlimit unlimit -h make -y

Installing Perl6 on shared server

2018-09-25 Thread Richard Hainsworth
Hi, I'm trying to install perl6 on a commercial server. The OS is Debian Stretch. The hosting service does not allow root access, so everything must be done with user permission. I do not have access to apt. Snap package cannot be installed. My intention is also to set up CRO and develop a