Searched refs:via (Results 26 - 50 of 99) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm81 via the C<CORE::> pseudo-package.
H A Dlocaltime.pm77 via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm86 via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm43 via its @ISA, from one or more superclasses (as Food::Fish::Fishstick
45 superclasses may themselves each be derived, via its @ISA, from one or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm520 exported via C<use Encode qw(resolve_alias)>.
524 =head1 Encoding via PerlIO
527 and encode directly via a filehandle. The following two examples
530 # via PerlIO
535 # via from_to
623 These modes are actually set via a bitmask. Here is how the FB_XX
624 constants are laid out. You can import the FB_XX constants via
626 constants via C<use Encode qw(:fallback_all)>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm103 compiler backend module that can be used via this module.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm102 Evaluating perl code (e.g. via "eval" or "do 'file'") causes
340 entersub leavesub leavesublv return method method_named -- XXX loops via recursion?
510 glob -- access to Cshell via <`rm *`>
555 This tag is simply a bucket for opcodes that are unlikely to be used via
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm40 Runs the tests on @ARGV via Test::Harness passing through the $verbose
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFatal.pm163 via prototypes) in this way.
H A DFindBin.pm70 assumes that it was invoked via the C<$ENV{PATH}>.
144 # $script has been found via PATH but perl could have
H A DPerlIO.pm74 got straight to the operating system via the C library as usual.
219 =item :via
221 Use C<:via(MODULE)> either in open() or binmode() to install a layer
224 See L<PerlIO::via> for more information.
H A Dconstant.pm288 particular constant has been declared via this module, you may use
315 on the command line or via environment variables.
H A DUNIVERSAL.pm111 for methods they will handle via AUTOLOAD. For such 'dummy' subs, C<can>
H A DNEXT.pm73 qq(via package "$caller_class");
326 To cover such cases, you can redispatch methods via:
440 context (list, scalar, or void) as the original call via C<EVERY>, and return:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dhostent.pm102 via the C<CORE::> pseudo-package.
H A Dnetent.pm105 via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove193 via C<glob>.
203 Perl users typically run the test harness through a makefile via
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm69 Only read-accesses (via fetching the value or C<exists>) result in calls to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm72 name to object is via the C<%Encode::Encoding> hash. Though you can
269 supported via a I<compiled form>: XS modules generated from UCM
H A DEncoder.pm157 You can retrieve the result via -E<gt>data but usually you don't have to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm152 # The stored object tree may later be retrieved to memory via retrieve.
424 errors are propagated via C<die>.
433 from a file via C<fd_retrieve>. Those names aren't imported by default,
466 process via some IPC, since freezing the structure also serializes it in
602 When Storable croaks, it tries to report the error via the C<logcroak()>
644 whether we're in a dclone() or a regular serialization via store() or freeze().
715 Returns true if within a store operation (via STORABLE_freeze hook).
719 Returns true if within a retrieve operation (via STORABLE_thaw hook).
736 You can create endless loops if the things you serialize via freeze()
838 items via anothe
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm653 (F) Pod::PlainText was invoked via the compatibility mode pod2text() interface
686 The original Pod::Text contained code to do formatting via termcap
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL435 lookup on each hostname you enter. If your internet connection is via
656 $msg = "\nShould all FTP connections via a firewall/proxy be passive (y|n) ?";
690 internet connection is via dialup, will require you to be on-line
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm206 C<IO::Dir> also provides an interface to reading directories via a tied
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.xs59 * Try and call method, possibly via cached lookup.
141 newSVpvn(Perl_form(aTHX_ "PerlIO::via::%s", pkg),
595 "via",
627 MODULE = PerlIO::via PACKAGE = PerlIO::via

Completed in 68 milliseconds

1234