The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

barewords - create "strictable" barewords

SYNOPSIS

  use barewords qw(foo bar);

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

DESCRIPTION

this module creates constants whose values are their own names.

SEE ALSO

constant.

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Salvador Fandiño <sfandino@yahoo.com>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.