Searched refs:pm (Results 126 - 150 of 154) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm1 # Net::Cmd.pm $Id: //depot/libnet/Net/Cmd.pm#33 $
762 I<$Id: //depot/libnet/Net/Cmd.pm#33 $>
H A DSMTP.pm1 # Net::SMTP.pm
19 $VERSION = "2.26"; # $Id: //depot/libnet/Net/SMTP.pm#31 $
768 I<$Id: //depot/libnet/Net/SMTP.pm#31 $>
H A DNNTP.pm1 # Net::NNTP.pm
17 $VERSION = "2.22"; # $Id: //depot/libnet/Net/NNTP.pm#18 $
1120 I<$Id: //depot/libnet/Net/NNTP.pm#18 $>
H A DPing.pm1742 $Id: Ping.pm,v 1.86 2003/06/27 21:31:07 rob Exp $
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm53 The perl code in PerlIO.pm then attempts to locate a layer by doing
H A Dbignum.pm276 /usr/local/lib/perl5/5.8.0/Math/BigInt/Calc.pm line 864
H A DMemoize.pm2 # Memoize.pm
188 my $modulefile = $module . '.pm';
998 See the C<Memoize.pm> Page at http://www.plover.com/~mjd/perl/Memoize/
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm17 perl /path/to/lib/Pod/Functions.pm
H A DUsage.pm2 # Pod/Usage.pm -- print usage messages for the running script.
106 file indicated by C<$0> (C<$PROGRAM_NAME> for users of F<English.pm>).
H A DLaTeX.pm1118 # Clean tabs. Routine taken from Tabs.pm
1862 $Id: LaTeX.pm,v 1.17 2003/04/05 21:25:49 timj Exp $
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dproto.h217 PERL_CALLCONV void Perl_pmop_dump(pTHX_ PMOP* pm);
441 PERL_CALLCONV void Perl_mini_mktime(pTHX_ struct tm *pm);
584 PERL_CALLCONV OP* Perl_pmruntime(pTHX_ OP* pm, OP* expr, OP* repl);
597 PERL_CALLCONV regexp* Perl_pregcomp(pTHX_ char* exp, char* xend, PMOP* pm);
880 PERL_CALLCONV void Perl_do_pmop_dump(pTHX_ I32 level, PerlIO *file, PMOP *pm);
H A Dsv.c7083 register PMOP *pm; local
7091 for (pm = HvPMROOT(stash); pm; pm = pm->op_pmnext) {
7092 pm->op_pmdynflags &= ~PMdf_USED;
11459 (See F<lib/encoding.pm> and L<Encode>).
H A Dperl.h3419 typedef regexp*(CPERLscope(*regcomp_t)) (pTHX_ char* exp, char* xend, PMOP* pm);
3800 overload.pm. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm157 # default is Calc.pm
162 my $EMU_LIB = 'Math/BigInt/CalcEmu.pm'; # emulate low-level math
2349 $lib =~ s/\.pm$//;
2355 my $file = pop @parts; $file .= '.pm'; # BigInt => BigInt.pm
2415 Carp::croak ("Couldn't load any math lib, not even 'Calc.pm'");
3841 subclass, like C<$SubClass::precision>. See t/Math/BigInt/Subclass.pm or
3842 t/Math/BigFloat/SubClass.pm completely functional subclass examples.
3934 overloading) to work as you expect. It also solves problems with C<Test.pm>,
4126 See also the documentation for overload.pm regardin
[all...]
H A DBigFloat.pm2786 Calc.pm uses as internal format an array of elements of some decimal base
2788 significant digit first, while BitVect.pm uses a bit vector of base 2, most
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm204 * Do NOT edit this file directly! -- Edit PPPort.pm instead.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm643 If the class shown in L<SYNOPSIS> were placed in the MyClass.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm427 :lib:ExtUtils:MM_Mac.pm.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1 # CC.pm
1940 perl -MO=CC,-mFoo,-oFoo.c Foo.pm
H A DC.pm1 # C.pm
592 my $pm = sprintf("pmop_list[%d]", $pmopsect->index);
593 $init->add(sprintf("$pm.op_ppaddr = %s;", $ppaddr))
598 $init->add(sprintf("PM_SETRE(&$pm,pregcomp($resym, $resym + %u, &$pm));",
602 $init->add("$pm.op_pmreplroot = (OP*)$gvsym;");
604 savesym($op, "(OP*)&$pm");
1856 $packname .= '.pm';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm133 # http://london.pm.org/pipermail/london.pm/Week-of-Mon-20061211/005961.html
1438 I<Syslogging with Perl>, L<http://lexington.pm.org/meetings/022001.html>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm382 (see MacPerl.pm for details).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm2 # $Id: Harness.pm,v 1.80 2003/12/31 02:39:21 andy Exp $
34 $Header: /home/cvs/test-harness/lib/Test/Harness.pm,v 1.80 2003/12/31 02:39:21 andy Exp $
H A DMore.pm1203 providing more flexibility than the existing Test.pm. As such, the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp63 from the C<.xs> file) and the C<.pm> files have the same version

Completed in 129 milliseconds

1234567