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


Cac documentation  | view source Contained in the Cac distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

 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

Top

%C
 The hash. :)

SEE ALSO

Top

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

AUTHOR

Top

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


Cac documentation  | view source Contained in the Cac distribution.