| Cac documentation | view source | Contained in the Cac distribution. |
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. :)
Stefan Traby <stefan@hello-penguin.com> http://hello-penguin.com
| Cac documentation | view source | Contained in the Cac distribution. |