NAME
WWW::ASN::Subject - Represents an academic subject
SYNOPSIS
use WWW::ASN;
my $asn = WWW::ASN->new();
for my $subject ($asn->subjects) {
say $subject->name,
" id: ", $subject->id;
}
ATTRIBUTES
name
The name of the subject.
e.g. 'Mathematics'
id
This is a globally unique URI for this subject.
AUTHOR
Mark A. Stratman, <stratman at gmail.com>
SEE ALSO
LICENSE AND COPYRIGHT
Copyright 2012 Mark A. Stratman.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.