"There is no "#!/usr/bin/perl6" utility in Windows". That's not a utility, as such, it's telling the shell where the program was invoked, which interpreter to use. Windows ignores the !# line, because it uses the file-type suffix to find the information.
On 1/12/17, ToddAndMargo <toddandma...@zoho.com> wrote: > On 01/12/2017 12:02 AM, ToddAndMargo wrote: >> >> What do you replace in Windows? >> >> #!/usr/bin/perl6 >> >> > > Oh I get it. There is no "#!/usr/bin/perl6" utility in Windows. > You just do it the long way: > > perl6 my_program.pl > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Computers are like air conditioners. > They malfunction when you open windows > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >