From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

$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>