Parse::NetApp::ASUP - Parse NetApp Weekly Auto Support Files
Parse NetApp Weekly Auto Support Files
use Parse::NetApp::ASUP; my $pna = Parse::NetApp::ASUP->new(); $pna->load($raw_asup_data_as_scalar);
Instance a new parser.
Load a raw asup data file for parsing.
Returns the version of the loaded ASUP file.
This method attempts to return key and commonly used sections of the ASUP as a parsed data structure.
Version 8 and higher extract has to be iterative
Returns an array of hash references representing key information:
( \%header, \%luns, \%qtree, \%vols )
Parse methods first extract the raw section and then parse them into a perl data structure for quick usage.
Bug tracking for this module: https://rt.cpan.org/Dist/Display.html?Name=Parse-NetApp-ASUP Source hosting: http://www.github.com/bennie/perl-Parse-NetApp-ASUP
Parse::NetApp::ASUP v1.14 (2014/02/24)
(c) 2012-2014, Phillip Pollard <bennie@cpan.org>
This source code is released under the "Perl Artistic License 2.0," the text of which is included in the LICENSE file of this distribution. It may also be reviewed here: http://opensource.org/licenses/artistic-license-2.0
To install Parse::NetApp::ASUP, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Parse::NetApp::ASUP
CPAN shell
perl -MCPAN -e shell install Parse::NetApp::ASUP
For more information on module installation, please visit the detailed CPAN module installation guide.