Searched refs:module (Results 201 - 225 of 281) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm37 This module provides functions to encode and decode strings into and from the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm5 # making it local will not affect the code that loads this module
18 # notice remain attached to the file. You may modify this module as you
97 specialized to work well FCGI module, which greatly speeds up CGI
105 In order to use CGI::Fast you'll need the FCGI module. See
H A DUtil.pm367 CGI::Util - Internal utilities used by CGI module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm175 constants from the Fcntl module. If dynamic loading is not available,
H A DUNIVERSAL.pm110 this some module authors use a forward declaration (see L<perlsub>)
H A DDB.pm610 This module abstracts and provides all of the hooks into Perl internal
645 This module attempts to be squeaky clean w.r.t C<use strict;> and when
800 The interface defined by this module is missing some of the later additions
H A DBenchmark.pm61 The Benchmark module encapsulates a number of routines to help you
107 if you use the Benchmark module:
284 If the Time::HiRes module has been installed, you can specify the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm182 original version of this module shipped with Perl 5.000 through 5.004.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm9 # This module converts POD to formatted text. It replaces the old Pod::Text
10 # module that came with versions of Perl prior to 5.6.0 and attempts to match
15 # Perl core hackers, please note that this module is also separately
43 # Don't use the CVS revision as the version, since this module is also in Perl
622 # The old Pod::Text module did everything in a pod2text() function. This
628 # module. But the old Pod::Text module supported passing flags to its
686 Pod::Text is a module that can convert documentation in the POD format (the
816 This is a replacement for an earlier Pod::Text module written by Tom
831 The current version of this module i
[all...]
H A DSelect.pm75 B<Pod::Select> module which is a subclass of B<Pod::Parser>.
255 The following methods are provided in this module. Each one takes a
527 The following functions are exported by this module. Please note that
H A DChecker.pm272 with the script/module name, followed by a dash `-' and a very short
324 While checking, this module collects document properties, e.g. the nodes
330 Since PodParser-1.24 the B<Pod::Checker> module uses only the B<poderror>
332 "Pod syntax OK") has been dropped from the module and has been included in
H A DLaTeX.pm18 C<Pod::LaTeX> is a module to convert documentation in the Pod format
20 this module for translation.
360 The following methods are provided in this module. Methods inherited
876 %% Using the perl module $class
1777 # busting lines. Reformatted by TimJ to match module style.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm3 # This module is free software; you can redistribute and/or modify
6 # This is based on the module of the same name by Malcolm Beattie,
367 my $module;
370 $module = $self->const_sv($req_op->first)->PV;
371 $module =~ s[/][::]g;
372 $module =~ s/.pm$//;
375 $module = $self->const($self->const_sv($req_op->first), 6);
385 return unless $self->const_sv($constop)->PV eq $module;
408 return "use $module $version ();\n" if defined $version;
409 return "use $module ();\
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm11 This module is designed to be portable across operating systems
1274 the directory even if they were not created by this module (otherwise
1276 the rmtree() function from the L<File::Path|File::Path> module.
1551 using the mkstemp() from this module.
1898 Controls the lengths to which the module will go to check the safety of the
1941 The level constants are not exported by the module.
2080 mkstemp(). Thanks to Tom Christiansen for suggesting that this module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm55 B<IMPORTANT NOTE:> Beginning with version 1.3 of this module, the resulting
273 B<IMPORTANT NOTE:> Beginning with version 1.3 of this module, the
628 $path. Note that previous versions of this module ignored the volume
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm334 environment that guess-coding is a must. Use this module with care.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm298 The weaken and isweak subroutines in this module and the patch to the core Perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm84 (By using the Test module, you can write test scripts without
85 knowing the exact output this module expects. However, if you need to
97 performance statistics that are computed by the Benchmark module.
814 if (_corestatus($wstatus)) { # until we have a wait module
1041 C<export COLUMNS> for this module to use that variable.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm163 This module provides methods for array-tying classes. See
/osnet-11/usr/src/lib/libdtrace/common/
H A Dip.d.in25 #pragma D depends_on module ip
H A Dtcp.d.in25 #pragma D depends_on module unix
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL620 code generators provided by the L<B> module. At present, you may
H A Dperlivp.PL182 print "# Needed module `$_' does not appear to be properly installed.\n";
222 print "# Required module `$_' does not appear to be properly installed.\n";
228 # A silly name for a module (that hopefully won't ever exist).
230 # actuall required module tests above.
237 print "## Unnecessary module `$unnecessary' does not appear to be installed.\n" if $opt{'v'};
240 print "# Unnecessary module `$unnecessary' appears to be installed.\n";
434 =item * print "# Needed module `$_' does not appear to be properly installed.\n";
441 =item * print "# Required module `$_' does not appear to be properly installed.\n";
443 An attempt to C<eval "require $module"> failed, even though the list of
447 =item * print "# Unnecessary module `bLuRfl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm147 as the C<Encode> module supports it) and still enjoy Unicode support.
334 If you still have to write a module with this pragma, be very careful
337 # called module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm231 trampling on each other I propose the that any such module should prefix
233 module keeps a C<timeout> variable in 'io_socket_timeout'.
260 use IO (); # Load the XS module

Completed in 70 milliseconds

1234567891011>>