NAME

Mac::CoreFoundation - CoreFoundation object wrappers.


SYNOPSIS

  use Mac::CoreFoundation;      
  my $cfarray = CFArrayCreate([CFSTR("Hello"),kCFNull], kCFTypeArrayCallBacks);
  my @array = @{$cfarray->as_array()};


DESCRIPTION

For detailed information on the CoreFoundation API (highly recommended, as a familiarity with CoreFoundation is assumed in the POD), see apple.com.

  http://developer.apple.com/techpubs/macosx/CoreFoundation/CoreFoundation.html

The documentation is also located on your system, if you have the Developer Tools installed, at /Developer/Documentation/Carbon/.

Also of significant use are the related header files on your system. Use the `locate` command to find them. They contain current documentation and notes for the API.


DESIGN


TODO


AUTHOR

The Mac::CoreFoundation modules were written by Miklos Fazekas <boga@mac.com>.


THANKS


SEE ALSO

perl(1).