Business::AU::Data::ANZIC is a Perl module with Australian New Zealand Standard Industrial Classification (ANZSIC) codes.
SYNOPSIS
use Business::AU::Data::ANZIC;
my $parser = Business::AU::Data::ANZIC->get('Parse::CSV');
Business::AU::Data::ANZIC is a module which ties the Australian New Zealand Standard Industrial Classification (ANZSIC) Codes to a cpan namespace.
For applications that need to capture and store information on the sector of the economy that a business or person operates in, this module provides data that can be used to specify an industry sector.
The data is provided internally as a CSV heirachal serialization of the official Australian Bureau of Statistics data cube from product 1292.0.
Product's homepage
Requirements:
· Perl