Term::Caca::Constants - libcaca constants from caca.h


Term-Caca documentation  | view source Contained in the Term-Caca distribution.

Index


NAME

Top

Term::Caca::Constants - libcaca constants from caca.h

SYNOPSIS

Top

Import all constants into current package/namespace:

  use Term::Caca::Constants ':all';

Only import the constants pertaining to events and keys:

  use Term::Caca qw(:events :keys);

DESCRIPTION

Top


Term-Caca documentation  | view source Contained in the Term-Caca distribution.