The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Dynect::REST::Password - Find all records matching a name

SYNOPSIS

  use Net::Dynect::REST:Password;
  my @records = Net::Dynect::REST:Password->set(connection => $dynect, 
                                           password=> $secret);

METHODS

Creating

Net::Dynect::REST:Password->set(connection => $dynect, password => $secret);

This will return an array of objects that match the Name and Zone.

AUTHOR

James Bromberger, james@rcpt.to

SEE ALSO

Net::Dynect::REST, Net::Dynect::REST::Request, Net::Dynect::REST::Response, NetLLDynect::REST::info.

COPYRIGHT AND LICENSE

Copyright (C) 2010 by James Bromberger

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.