NAME

Cac::Bind - Bind unindexed local COS variables to %C

SYNOPSIS

use Cac::Bind;
$C{a} = 1;      # s a=1
delete $C{a};   # k a
print $C{a};    # fetches value of "a"

DESCRIPTION

Cac::Bind just binds all unindexed local variables
to the Perl-Hash %C.

This is the easy way to set/get local COS variables
if you need to do so.

EXPORTS

%C
The hash. :)

SEE ALSO

Cac, Cac::ObjectScript, Cac::Global, Cac::Routine, Cac::Util.

AUTHOR

Stefan Traby <stefan@hello-penguin.com>
http://hello-penguin.com