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.
Parse::NetApp::ASUP v1.13 2013/03/14 (c) 2012-2013, Phillip Pollard <bennie@cpan.org> Released under the Perl Artistic License
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.