NAME Business::AU::Data::ANZIC - Australian New Zealand Standard Industrial Classification (ANZSIC) Codes SYNOPSIS use Business::AU::Data::ANZIC; my $parser = Business::AU::Data::ANZIC->get('Parse::CSV'); DESCRIPTION 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?OpenDocu ment> 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 See Data::Package for API details. SUPPORT 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 Adam Kennedy <adamk@cpan.org> COPYRIGHT Copyright 2007 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.