barewords - create "strictable" barewords


barewords documentation  | view source Contained in the barewords distribution.

Index


NAME

Top

barewords - create "strictable" barewords

SYNOPSIS

Top

  use barewords qw(foo bar);

  $v = foo;
  print "$v\n"; # prints foo

DESCRIPTION

Top

this module creates constants whose values are their own names.

SEE ALSO

Top

constant.

COPYRIGHT AND LICENSE

Top


barewords documentation  | view source Contained in the barewords distribution.