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/

Reply via email to