Query: test::data::hash
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Hash(3pm) User Contributed Perl Documentation Hash(3pm)NAMETest::Data::Hash -- test functions for hash variablesSYNOPSISuse Test::Data qw(Hash);DESCRIPTIONThis modules provides a collection of test utilities for hash variables. Load the module through Test::Data. Functions exists_ok( KEY, HASH [, NAME] ) Ok if the value for KEY in HASH exists. The function does not create KEY in HASH. not_exists_ok( KEY, HASH [, NAME] ) Ok if the value for KEY in HASH does not exist. The function does not create KEY in HASH. hash_value_defined_ok( KEY, HASH [, NAME] ) Ok if the value for KEY in HASH is defined. The function does not create KEY in HASH. hash_value_undef_ok( KEY, HASH [, NAME] ) Ok if the value for KEY in HASH is undefined. The function does not create KEY in HASH. hash_value_true_ok( KEY, HASH [, NAME] ) Ok if the value for KEY in HASH is true. The function does not create KEY in HASH. hash_value_false_ok( KEY, HASH [, NAME] ) Ok if the value for KEY in HASH is false. The function does not create KEY in HASH.SEE ALSOTest::Data, Test::Data::Array, Test::Data::Function, Test::Data::Scalar, Test::BuilderSOURCE AVAILABILITYThis source is in Github: http://github.com/briandfoy/test-data/tree/masterAUTHORbrian d foy, "<bdfoy@cpan.org>"COPYRIGHT AND LICENSECopyright (c) 2002-2009 brian d foy. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2009-02-12 Hash(3pm)
Related Man Pages |
---|
evp_bytestokey(3ssl) - linux |
evp_bytestokey(3) - centos |
evp_bytestokey(3) - netbsd |
evp_bytestokey(3) - osx |
jifty::request::mapper(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Error Message |
SFTP in Shell Script with RSA-KEY or password. |
perl script - data munging |
populate PERL Hash |
extracting KEY from a line |