Steve Simmons writes:
> I'd prefer that we break these vars out into a set of hashes with
> appropriate names:
> 
>   $PERL_CORE{warnings}                vs      $^W
>   $PERL_CORE{version}         vs      $^V
>   $PERL_FORMATS{name}         vs      $^
>   $PERL_FORMATS{lines_left}   vs      $-

Perhaps reserve the PERL or Perl namespace?

  $PERL::CORE{warnings}
  $PERL::FORMATS{name}

Nat

Reply via email to