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.
Given the entire text of an ASUP, it returns the version of the file.
Given the entire text of an ASUP, it returns a "dave" version of the file.
Extract the raw sections of the data into a hash structure.
Given the entire text of an ASUP, it returns an array of hash references that are used in the LOE generator:
( \%header, \%luns, \%qtree, \%vols )
Parse::NetApp::ASUP v1.07 2013/02/07 (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.