
ctflags::long - use ctflags with long names

use ctflags::long;

Reference ctflags with long names instead of using single letters.

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.
The requested flags

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

Salva, <salva@nonet>

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.