| WWW-USF-Directory documentation | view source | Contained in the WWW-USF-Directory distribution. |
WWW::USF::Directory::Entry - An entry in the USF online directory
Version 0.003
# Print the family name say $entry->family_name;
This represents an entry in the USF online directory. These objects are typically created by WWW::USF::Directory.
This is fully object-oriented, and as such before any method can be used, the constructor needs to be called to create an object to work with.
This will construct a new object.
%attributes is a HASH where the keys are attributes (specified in the
ATTRIBUTES section).
$attributes is a HASHREF where the keys are attributes (specified in the
ATTRIBUTES section).
# Set an attribute $object->attribute_name($new_value); # Get an attribute my $value = $object->attribute_name;
This is the list of affiliations to USF as WWW::USF::Directory::Entry::Affiliation objects.
This is the campus the entry is affiliated with.
This is the mailstop for he entry on campus.
This is the campus phone number.
This is the college the entry is affiliated with.
This is the e-mail address.
This is the family name.
This is the first name.
This is the given name.
This is the middle name.
This will return the full name, which is the given name and the family name joined with a space.
This returns a Boolean of if the campus attribute is set.
This returns a Boolean of if the campus_mailstop attribute is set.
This returns a Boolean of if the campus_phone attribute is set.
This returns a Boolean of if the college attribute is set.
This returns a Boolean of if the email attribute is set.
This returns a Boolean of if the middle_name attribute is set.
Douglas Christopher Wilson, <doug at somethingdoug.com>
Please report any bugs or feature requests to
bug-www-usf-directory at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-USF-Directory. I
will be notified, and then you'll automatically be notified of progress on your
bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc WWW::USF::Directory
You can also look for information at:
Copyright 2010 Douglas Christopher Wilson, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of either:
| WWW-USF-Directory documentation | view source | Contained in the WWW-USF-Directory distribution. |