The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ctflags::long - use ctflags with long names

SYNOPSIS

  use ctflags::long;

ABSTRACT

Reference ctflags with long names instead of using single letters.

DESCRIPTION

After ctflags::config has been used to assign long names to ctflags, this package can be used to import the flags as normal Perl constants but refering to the flags by its long name. i.e.:

  use ctflags::config long => 'foo:bar=b';
  use ctflags::long 'my_bar=foo:bar';

the first line creates an alias for foo:b as foo:bar, the second line imports foo:bar (and so, foo:b) as constant my_bar.

EXPORT

The requested flags

SEE ALSO

ctflags, ctflags::parse, ctflags::config and constant.

AUTHOR

Salva, <salva@nonet>

COPYRIGHT AND LICENSE

Copyright 2002 by Salvador Fandiño García

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 91:

Non-ASCII character seen before =encoding in 'Fandiño'. Assuming CP1252