NAME
Device::WWN::EMC::Clariion - Device::WWN subclass for EMC CLARiiON WWNs
SYNOPSIS
use Device::WWN;
my $wwn = Device::WWN->new( TODO );
TODO
DESCRIPTION
This module is a subclass of Device::WWN which provides additional information about EMC CLARiiON World Wide Names.
See Device::WWN for more information.
Note that there doesn't appear to be a way to extract a Clariion serial number from it's WWN, all you can get is the port information.
METHODS
accept_wwn( $wwn )
This is called as a class method by Device::WWN and returns a true value if the WWN provided can be handled by this subclass.
port
Returns the port the WWN belongs to.
MODULE HOME PAGE
The home page of this module is http://www.jasonkohles.com/software/device-wwn. This is where you can always find the latest version, development versions, and bug reports. You will also find a link there to report bugs.
SEE ALSO
http://www.jasonkohles.com/software/device-wwn
AUTHOR
Jason Kohles <email@jasonkohles.com>
COPYRIGHT AND LICENSE
Copyright 2008, 2009 Jason Kohles
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.