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

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

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.

The hash. :)

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

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