in reply to Re^3: Has anyone created, or is aware od a Perl editor, for "in page usage"?
in thread Has anyone created, or is aware of a Perl editor, for "in page usage"?

Understood, tobyink, and my apologies for not having better articulated my thoughts/concept.

I'll wait till I have experimented with the concept I am envisioning, before elaborating further.

Thanks for your thoughtful response, tobyink

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^4: Has anyone created, or is aware od a Perl editor, for "in page usage"?