home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _2d5d44a132c66d4c3e4f8a67f7982d27 < prev    next >
Text File  |  2000-03-23  |  3KB  |  86 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Net::LDAP::Util -- Utility functions</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Net::LDAP::Util -- Utility functions</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#functions">FUNCTIONS</A></LI>
  26.     <LI><A HREF="#author">AUTHOR</A></LI>
  27.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  28. </UL>
  29. <!-- INDEX END -->
  30.  
  31. <HR>
  32. <P>
  33. <H1><A NAME="name">NAME</A></H1>
  34. <P>Net::LDAP::Util -- Utility functions</P>
  35. <P>
  36. <HR>
  37. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  38. <UL>
  39. <LI>Linux</LI>
  40. <LI>Solaris</LI>
  41. <LI>Windows</LI>
  42. </UL>
  43. <HR>
  44. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  45. <PRE>
  46.   use Net::LDAP::Util qw(ldap_error_text);</PRE>
  47. <P>
  48. <HR>
  49. <H1><A NAME="description">DESCRIPTION</A></H1>
  50. <P>Net::LDAP::Util is a collection of utility functions for use with
  51. te Net::LDAP modules.</P>
  52. <P>
  53. <HR>
  54. <H1><A NAME="functions">FUNCTIONS</A></H1>
  55. <DL>
  56. <DT><STRONG><A NAME="item_ldap_error_name">ldap_error_name ( NUM )</A></STRONG><BR>
  57. <DD>
  58. Returns the name corresponding with the error number passed in. If the
  59. error is not known the a string in the form <CODE>"LDAP error code %d(0x%02X)"</CODE>
  60. is returned.
  61. <P></P>
  62. <DT><STRONG><A NAME="item_ldap_error_text">ldap_error_text ( NUM )</A></STRONG><BR>
  63. <DD>
  64. Returns the text from the POD description for the given error. If the
  65. error code given is unknown then <A HREF="../../../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> is returned.
  66. <P></P></DL>
  67. <P>
  68. <HR>
  69. <H1><A NAME="author">AUTHOR</A></H1>
  70. <P>Graham Barr <<EM><A HREF="mailto:gbarr@pobox.com">gbarr@pobox.com</A></EM>></P>
  71. <P>
  72. <HR>
  73. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  74. <P>Copyright (c) 1999 Graham Barr. All rights reserved. This program is
  75. free software; you can redistribute it and/or modify it under the same
  76. terms as Perl itself.</P>
  77. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  78. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  79. <STRONG><P CLASS=block> Net::LDAP::Util -- Utility functions</P></STRONG>
  80. </TD></TR>
  81. </TABLE>
  82.  
  83. </BODY>
  84.  
  85. </HTML>
  86.