Re: #!/usr/bin/perl6

2017-04-01 Thread ToddAndMargo
On 04/01/2017 03:05 PM, Brandon Allbery wrote: On Sat, Apr 1, 2017 at 6:01 PM, ToddAndMargo mailto:toddandma...@zoho.com>> wrote: On 04/01/2017 03:52 AM, Francis (Grizzly) Smit wrote: #!/usr/bin/env perl6 is probably better let /usr/bin/env find the path to perl6 What

Re: #!/usr/bin/perl6

2017-04-01 Thread ToddAndMargo
On 04/01/2017 03:01 PM, ToddAndMargo wrote: On 04/01/2017 03:52 AM, Francis (Grizzly) Smit wrote: #!/usr/bin/env perl6 is probably better let /usr/bin/env find the path to perl6 What do you mean? Never mind. Figured it out. :-) -- ~~ Computers are like

Re: #!/usr/bin/perl6

2017-04-01 Thread Brandon Allbery
On Sat, Apr 1, 2017 at 6:01 PM, ToddAndMargo wrote: > On 04/01/2017 03:52 AM, Francis (Grizzly) Smit wrote: > >> #!/usr/bin/env perl6 >> >> is probably better let /usr/bin/env find the path to perl6 >> > > What do you mean? > `env` does a $PATH search, and usually is in /usr/bin so it's slightly

Re: #!/usr/bin/perl6

2017-04-01 Thread ToddAndMargo
On 04/01/2017 03:58 AM, Tom Browder wrote: On Sat, Apr 1, 2017 at 01:16 ToddAndMargo 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:

Re: #!/usr/bin/perl6

2017-04-01 Thread ToddAndMargo
On 04/01/2017 03:52 AM, Francis (Grizzly) Smit wrote: #!/usr/bin/env perl6 is probably better let /usr/bin/env find the path to perl6 What do you mean?

Re: #!/usr/bin/perl6

2017-04-01 Thread Tom Browder
On Sat, Apr 1, 2017 at 01:16 ToddAndMargo 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 execu

Re: #!/usr/bin/perl6

2017-04-01 Thread Francis (Grizzly) Smit
#!/usr/bin/env perl6 is probably better let /usr/bin/env find the path to perl6 On 01/04/17 17:16, ToddAndMargo wrote: Hi All, Scientific Linux 7.3 (RHEL clone) I just came out of a panic with EPEL and their release update of Rakudo. Hosed the hole thing. Total mess. Anyway, thanks to the