Re: Where to start?

2016-11-19 Thread ToddAndMargo
fill name of lib in use constant false => 0; use constant true => 1; Anyway, I am confused. Where do I start? Many thanks, -T Thank you all! -- ~~ Computers are like air conditioners. They malfunction when you open windows ~~

Re: Where to start?

2016-11-19 Thread Parrot Raiser
>> >> Can someone point me to a how to that will show me the >> basic template for running a perl 6 program in Linux. >> The most important thing is to ensure that perl 6 is normally executable, i.e. in a directory in $PATH. >> do I need to run perl6 through a compiler or does it compile on the

Re: Where to start?

2016-11-19 Thread Steve Mynott
Rakudo Star has some documentation supplied with it (although the Fedora version may not since it seems incomplete). Try looking at http://perl6intro.com/ S On 19 November 2016 at 05:46, Moritz Lenz wrote: > Hi, > > On 19.11.2016 03:34, ToddAndMargo wrote: > > Hi All, >

Re: Where to start?

2016-11-18 Thread Moritz Lenz
Hi, On 19.11.2016 03:34, ToddAndMargo wrote: > Hi All, > > I just install rakudi-star in my Fedora 24 virtual machine. > > I know how to program and run things in perl 5. > > Can someone point me to a how to that will show me the > basic template for running a perl 6 program in Linux.

Re: Where to start?

2016-11-18 Thread ToddAndMargo
fill name of lib in use constant false => 0; use constant true => 1; Anyway, I am confused. Where do I start? Many thanks, -T Sorry for the dumb question, but googling it only gets me perl5 instructions. -- ~~ Computers are like air conditioners.

Where to start?

2016-11-18 Thread ToddAndMargo
=> 0; use constant true => 1; Anyway, I am confused. Where do I start? Many thanks, -T -- ~~ Computers are like air conditioners. They malfunction when you open windows ~~

Re: [Pugs] Where to start with Modules

2005-03-14 Thread Autrijus Tang
On Mon, Mar 14, 2005 at 10:11:45AM +, Matthew Campbell wrote: Hello All, Greetings! How does one go about this? Is there a list of priorities for modules that need porting to Perl6/Pugs? Should I just get going with a module that takes my fancy and try to get it to run under Pugs?

Re: [Pugs] Where to start with Modules

2005-03-14 Thread Matthew Campbell
Thanks for the warm welcome Autrijus. I'll see you on #perl6 shortly then! Many Thanks Matt Campbell On Mon, 2005-03-14 at 18:23 +0800, Autrijus Tang wrote: On Mon, Mar 14, 2005 at 10:11:45AM +, Matthew Campbell wrote: Hello All, Greetings! How does one go about this? Is there