in reply to Re^2: [Perl -> JS] Accessing regex match in Perlito
in thread [Perl -> JS] Accessing regex match in Perlito

I had never heard of perlito, LanX. It's great. Thanks for pointing it out. +'s to you. :)

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^3: [Perl -> JS] Accessing regex match in Perlito