in reply to Re^4: "em" - Emphasize text using regular expressions
in thread "em" - Emphasize text using regular expressions

Greetings, FloydATC.

OK. CPAN finally processed it. It's there, but CPAN's meta-data hasn't yet caught up. So it doesn't yet show up in a search. The link, should you, or anyone else be interested. Is cet.pl-2.00.

Best wishes.

--Chris out...

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^5: "em" - Emphasize text using regular expressions

Replies are listed 'Best First'.
Re^6: "em" - Emphasize text using regular expressions
by taint (Chaplain) on Nov 09, 2013 at 21:33 UTC
    UPDATE

    CPAN's meta-data has been updated. A search on CPAN for cet now works.
    Try it: http://search.cpan.org/search?query=cet

    The perlmonks link shortcut doesn't work correctly/as effectively, or I would have simply used that.

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;