On 04/01/2017 03:58 AM, Tom Browder wrote:

On Sat, Apr 1, 2017 at 01:16 ToddAndMargo <toddandma...@zoho.com
<mailto:toddandma...@zoho.com>> wrote:

    Hi All,
    and all my Linux Perl6 programs start with
         #!/usr/bin/perl6


Modern practice for most Linux practicitioners I think is to use this
shebang line:

  #!/usr/bin/env perl6

That way the script, providing the script is marked executable, will
find perl6 iif it is in your path.

Best regards,

-Tom


Thank you!

Reply via email to