> 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 environment before
> evaluating th
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 wor
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 MyPm6; ... ?
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
>
--
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
~~