NAME
Be::Attribute - get and set MIME file attributes
SYNOPSIS
use Be::Attribute;
$node = Be::Attribute::GetBNode("/my/file/here");
@attrs = Be::Attribute::ListAttrs($node);
for $i (@attrs) {
print "$i - ", Be::Attribute::ReadAttr($node, $i), "\n";
}
Be::Attribute::CloseNode($node);
DESCRIPTION
Get (or set) MIME file attributes.
USAGE
lookit the synopsis. look at example.pl. Look at the .xs code. Read the Node webpage.
AUTHOR
Tom Spindler, dogcow@globalcenter.net
SEE ALSO
http://www.be.com/documentation/be_book/The%20Storage%20Kit/Node.html