Business::AU::Data::ANZIC - Australian New Zealand Standard Industrial Classification (ANZSIC) Codes


Business-AU-Data-ANZIC documentation  | view source Contained in the Business-AU-Data-ANZIC distribution.

Index


NAME

Top

Business::AU::Data::ANZIC - Australian New Zealand Standard Industrial Classification (ANZSIC) Codes

SYNOPSIS

Top

  use Business::AU::Data::ANZIC;

  my $parser = Business::AU::Data::ANZIC->get('Parse::CSV');

DESCRIPTION

Top

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.

http://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/1292.02006?OpenDocument

Using this module

This module provides the raw data access using the Data::Package API.

The modules will provide the data as either a raw IO::File handle, or as a Parse::CSV object with numeric columns, from which you can fetch rows that can be used to compile your task-specific list.

METHODS

Top

See Data::Package for API details.

SUPPORT

Top

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Business-AU-Data-ANZIC

For other issues, or commercial enhancement or support, contact the author.

AUTHORS

Top

Adam Kennedy <adamk@cpan.org>

COPYRIGHT

Top


Business-AU-Data-ANZIC documentation  | view source Contained in the Business-AU-Data-ANZIC distribution.