Todd Chester has asked for the wisdom of the Perl Monks concerning the following question:
Term::ANSIColor--Red--Term::ANSIColor#!/usr/bin/perl6 use Inline::Perl5; use Term::ANSIColor:from<Perl5>; my $Red = Term::ANSIColor.RED; my $Reset = Term::ANSIColor.RESET; print ( $Red ~ "--Red--" ~ $Reset ~ "\n\n" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need Perl6: Inline::Perl5 help
by Laurent_R (Canon) on Mar 04, 2017 at 15:49 UTC | |
|
Re: Need Perl6: Inline::Perl5 help
by duelafn (Parson) on Mar 05, 2017 at 15:36 UTC | |
by Todd Chester (Scribe) on Mar 06, 2017 at 07:22 UTC | |
|
Re: Need Perl6: Inline::Perl5 help
by Anonymous Monk on Mar 04, 2017 at 18:27 UTC |