Searched refs:module (Results 176 - 200 of 281) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToMan.pm152 This module may change to use a different pod-to-nroff formatter class
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm36 # Don't use the CVS revision as the version, since this module is also in Perl
191 The current version of this module is always available from its web site at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSymbol.pm77 stop working after you delete C<Foo>, even if you reload the C<Foo> module
H A Dattributes.pm116 list to this module. In particular, the first example above is equivalent to
139 directly by this module, depending on how you look at it.) However,
201 The following subroutines are available for general use once this module
414 which this module replaces;
H A DTest.pm52 # load your module...
87 This module simplifies the task of writing test files for Perl modules,
93 To write a test for your new (and probably not even done) module, create
101 This module defines three public functions, C<plan(...)>, C<ok(...)>,
330 # A past maintainer of this module said:
719 A past developer of this module once said that it was no longer being
723 Be aware that the main value of this module is its simplicity. Note
H A DDigest.pm155 load the right module on first use. The second form allow you to use
311 developed by Neil Winton for his C<MD5> module.
H A Dbigint.pm264 Math with the numbers is done (by default) by a module called
278 Please see respective module documentation for further details.
H A Dcharnames.pm396 hardwired into F<charnames.pm>. A module can install custom
397 translations (inside the scope which C<use>s the module) with the
H A Dh2xs.t10 # Makefile.PL and $module.pm
57 If you intend this module to be compatible with earlier perl versions, please
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.pm97 This module implements the soundex algorithm as described by Donald Knuth
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm125 Ilya Zakharevich L<mailto:perl-module-hash-memoize@ilyaz.org>.
H A DFile.pm2108 supported by this module. It will probably produce a reasonable
2410 You should usually be able to ignore this and just use the module
2431 optimizations performed internally by this module are also
2432 incompatible with concurrent access. A future version of this module will
2447 Reasonable effort was made to make this module efficient. Nevertheless,
2477 I have supposed that since this module is concerned with file I/O,
2480 module will be dominated by the time to actually perform the I/O.
2506 may change without notice. A future version of the module will have a
2512 and ask why C<Tie::File> module is necessary.
2523 To receive an announcement whenever a new version of this module i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm292 # Description: allows the module to use milliseconds as returned by
293 # the Time::HiRes module
1427 This module contains methods to test the reachability of remote
1461 use the C<Net::Ping::External> module to ping the remote host.
1566 Causes this module to use Time::HiRes module, allowing milliseconds
1663 Because of a lack of anything better, this module uses its own
1665 separate module to be written which understands all of the different
1681 $CPAN/modules/by-module/Net/
H A DPOP3.pm389 This module implements a client interface to the POP3 protocol, enabling
458 To use this method you must have the Digest::MD5 or the MD5 module installed,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm29 my $module; # module name (when compiled with -m)
1646 if (!defined($module)) {
1666 if (defined($module)) {
1667 my $cmodule = $module;
1743 $module = $arg;
1862 source for an XSUB module. The boot_Modulename function (which
H A DStackobj.pm335 B::Stackobj - Helper module for CC backend
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm42 Currently this module understands the following types. h2xs may only know
1239 A function to generate the AUTOLOAD subroutine for the module I<PACKAGE>
1250 my ($module, $compat_version, $autoloader) = @_;
1268 croak "&${module}::constant not defined" if \$constname eq 'constant';
1350 and C<INCLUDE> in the C and XS sections respectively of your module's XS
1352 easily edit the list of constants without touching the rest of your module.
1359 Name of the module. This must be specified
1441 # A support module (hack) to provide sane Unicode hash keys on 5.6.x perl
/osnet-11/usr/src/lib/libdtrace/common/
H A Dio.d.in28 #pragma D depends_on module unix
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c84 gcry_module_t module; /* Reference to the algorithm
85 module. */
1390 gcry_module_t module;
1394 module = NULL;
1407 /* Acquire reference to the pubkey module. */
1408 err = _gcry_pk_module_lookup (algorithm, &module);
1424 handle_new->module = module;
1431 _gcry_pk_module_release (module);
1441 /* Release reference to pubkey module
83 gcry_module_t module; /* Reference to the algorithm member in struct:gcry_ac_handle
1385 gcry_module_t module; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dboot.c772 load_module (char *module, char *arg) argument
779 if (!grub_open (module))
789 printf (" [Multiboot-module @ 0x%x, 0x%x bytes]\n", cur_addr, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL123 processed in the same B<pod2man> invocation (saving module load and compile
199 Perl module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted
295 referring to module documentation; use C<LE<lt>Module::NameE<gt>> instead.
480 This makes it easy for people to use your module with Perl. Note that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs165 The L<POSIX|POSIX> module makes extensive use of this type.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm9 # This module is intended to be a replacement for Pod::Text, and attempts to
523 # The old Pod::Text module did everything in a pod2text() function. This
529 # module. But the old Pod::Text module supported passing flags to its
586 Pod::PlainText is a module that can convert documentation in the POD format (the
680 This is a replacement for an earlier Pod::Text module written by Tom
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL80 and then from your module path.
371 and then from your module path.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm14 This module is just a translation of the C F<fcntl.h> file.

Completed in 65 milliseconds

1234567891011>>