Re: bash and pm6 question

2017-09-21 Thread Elizabeth Mattijsen
> On 22 Sep 2017, at 00:32, Bennett Todd wrote: > > With perl5, that could have been something like. "perl -Mmy -e ...", but I > don't have access to a perl6 at this instant to compare. There should be a > flag you can use to include a module into the.running

Re: bash and pm6 question

2017-09-21 Thread Bennett Todd
With perl5, that could have been something like. "perl -Mmy -e ...", but I don't have access to a perl6 at this instant to compare. There should be a flag you can use to include a module into the.running environment before evaluating the "-e" code. Using "use" within the "-e" string should

Re: bash and pm6 question

2017-09-21 Thread Todd Chester
On 09/21/2017 01:19 AM, Shlomi Fish wrote: Hi Todd, On Wed, 20 Sep 2017 23:22:41 -0700 ToddAndMargo wrote: Hi All, Can I call a pm6 directly from bash or do I need to call a pl6 that calls the pm6? why not use "perl6 -e"? Regards, Shlomi perl6 -e'use

Re: bash and pm6 question

2017-09-21 Thread Shlomi Fish
Hi Todd, On Wed, 20 Sep 2017 23:22:41 -0700 ToddAndMargo wrote: > Hi All, > > Can I call a pm6 directly from bash or do I > need to call a pl6 that calls the pm6? > why not use "perl6 -e"? Regards, Shlomi > > Many thanks, > -T > --

bash and pm6 question

2017-09-21 Thread ToddAndMargo
Hi All, Can I call a pm6 directly from bash or do I need to call a pl6 that calls the pm6? Many thanks, -T -- ~~ Computers are like air conditioners. They malfunction when you open windows ~~