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 <mor...@faui2k3.org> wrote:

> 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.
>
> #!/usr/bin/env /path/to/your/rakudo/inst/bin/perl6
>
> use v6;
>
>
> > Also, do I need to run perl6 through a compiler or
> > does it compile on the fly like perl 5?
>
> There's no separate compilation step.
>
> Cheers,
> Moritz
>
> --
> Moritz Lenz
> https://deploybook.com/ -- https://perlgeek.de/ -- https://perl6.org/
>



-- 
4096R/EA75174B Steve Mynott <steve.myn...@gmail.com>

Reply via email to