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

Greetings, FloydATC.
OK. Will do, and you're most welcome. BTW thank you for having created, and shared it in the first place. :)
On an aside; it appears that the chatbox/msg node broke the file name/link I sent you. As the link you chased, had a space between the name, and it's extension:
/staging/cet-2.%20tar.gz
Maybe the "gods" are listening, and will fix this anomaly.
I'll post back, after I see that CPAN has processed, and registered it.

Best wishes.

--Chris

PS is it cold in Norway yet?

#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = (5.12.5);
print $perl_version;

Replies are listed 'Best First'.
Re^5: "em" - Emphasize text using regular expressions
by taint (Chaplain) on Nov 09, 2013 at 09:12 UTC
    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;
      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;