Searched refs:pm (Results 101 - 125 of 154) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.t205 my $file = (grep { m|^_<.+\.pm| } keys %main:: )[0];
H A Dcharnames.pm396 hardwired into F<charnames.pm>. A module can install custom
H A Ddiagnostics.pm59 more than a link to the (executable) F<diagnostics.pm> module, as well as
231 for my $file ( (map { "$_/$WHOAMI.pm" } @INC), $0) {
H A DTest.pm193 print $TESTOUT "# Using Test.pm version $VERSION\n";
481 backwards compatibility with older Test.pm versions) start with the
627 will fail, since Test.pm considers the second argument to be a regex!
H A Doverload.pm701 Package C<overload.pm> provides the following public functions:
903 Put this in F<two_face.pm> in your Perl library directory:
1054 Put this in F<symbolic.pm> in your Perl library directory:
1101 Add a pretty-printer method to the module F<symbolic.pm>:
1155 Here is the text of F<symbolic.pm> with such a routine added (and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm20 ($name,$path,$suffix) = fileparse("lib/File/Basename.pm",qr{\.pm});
22 $basename = basename("lib/File/Basename.pm",".pm");
23 $dirname = dirname("lib/File/Basename.pm");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm1 # Net::Netrc.pm
14 $VERSION = "2.12"; # $Id: //depot/libnet/Net/Netrc.pm#13 $
338 $Id: //depot/libnet/Net/Netrc.pm#13 $
H A DPOP3.pm1 # Net::POP3.pm
16 $VERSION = "2.24"; # $Id: //depot/libnet/Net/POP3.pm#24 $
550 I<$Id: //depot/libnet/Net/POP3.pm#24 $>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL210 $Options->{shared}++ if $Input =~ /\.pm\z/;
H A Dh2xs.PL76 removes the S<C<use AutoLoader>> statement from the .pm file.
127 Generates a .pm file which is backwards compatible with the specified
141 C<AUTOLOAD> from the .pm file.
403 Do not forget to edit the documentation in the generated F<.pm> file.
741 You have version $C::Scan::VERSION installed as $INC{'C/Scan.pm'}.
749 You have version $C::Scan::VERSION installed as $INC{'C/Scan.pm'}.
930 my $modpmname = join '/', $modpmdir, $modfname.'.pm';
1898 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm135 the CRTLs, if any, specified in Config.pm. EXTRALIBS contains just those
160 Otherwise, the libraries specified by C<$Config{perllibs}> (see Config.pm)
H A DMM_Any.pm293 # version compatibility between the *.pm file and the
823 corresponding to the MM_*.pm file we're using.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm318 # other stuff that ToMan.pm needs.
686 push(@found, $_) if m,/$searchfor(?:\.(?:pod|pm))?\z,i;
737 $file =~ s/\.(pm|pod)\z//; # XXX: badfs
1251 # it thinks .pm/.pl/whatever is. Probably just a (useless and
1523 or ( $ret = $self->check_file($dir,"$s.pm"))
1676 # Formatter-specific stuff pulled out into Pod::Perldoc::To(Whatever).pm
/osnet-11/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c50 #include <sys/pm.h>
56 #define DEV_PM "/dev/pm"
694 * Affect the cpu pm policy (using the responsiveness abstraction)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL10 unlink "DynaLoader.pm" if -f "DynaLoader.pm";
11 open OUT, ">DynaLoader.pm" or die $!;
14 # Generated from DynaLoader.pm.PL
88 #XSLoader.pm may have added elements before we were required
194 print STDERR "DynaLoader.pm loaded (@INC, @dl_library_path)\n";
317 # this section of code: XYZ failed at line 123 of DynaLoader.pm.
478 # Optional function invoked if DynaLoader.pm sets $do_expand.
714 dl_expandspec() function in F<DynaLoader.pm>. See F<DynaLoader.pm> fo
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm52 push(@o,'-Server'=>"CGI.pm Push Module") if $nph;
91 $self->a({'-href'=>'http://www.genome.wi.mit.edu/ftp/pub/software/WWW/cgi_docs.html'},'CGI.pm home page'),
143 CGI::Push is a subclass of the CGI object created by CGI.pm. It is
H A DCarp.pm439 $message =~ s,eval[^\n]+(ModPerl|Apache)/(?:Registry|Dispatch)\w*\.pm.*,,s
613 # Cut and paste from CGI.pm so that we don't have the overhead of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm4 # $Id: Country.pm,v 2.6 2002/07/10 16:33:27 neilb Exp $
481 pm:spm:666:Saint Pierre and Miquelon
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm228 # in MyFilter.pm:
315 BANG.pm. It simply converts every occurrence of the sequence C<BANG\s+BANG>
716 list to the filtering subroutine, so the BANG.pm filter could easily
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c1737 Perl_pregcomp(pTHX_ char *exp, char *xend, PMOP *pm) argument
1753 RExC_utf8 = RExC_orig_utf8 = pm->op_pmdynflags & PMdf_CMP_UTF8;
1764 RExC_flags = pm->op_pmflags;
1834 r->reganch = pm->op_pmflags & PMf_COMPILETIME;
1853 RExC_flags = pm->op_pmflags; /* don't let top level (?i) bleed */
1868 r->reganch = pm->op_pmflags & PMf_COMPILETIME; /* Again? */
1869 pm->op_pmflags = RExC_flags;
H A Dregexec.c2885 PMOP pm; local
2890 Zero(&pm, 1, PMOP);
2891 if (DO_UTF8(ret)) pm.op_pmdynflags |= PMdf_DYN_UTF8;
2892 re = CALLREGCOMP(aTHX_ t, t + len, &pm);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c498 int pm = tp->pm_cap; local
505 pci_read_config_word(tp->pdev, pm + PCI_PM_CTRL, &power_control);
510 pci_write_config_word(tp->pdev, pm + PCI_PM_CTRL, power_control);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm28 (our $Path = $INC{'Unicode/Collate.pm'}) =~ s/\.pm$//;
1380 where F<Unicode/Collate.pm> is installed; e.g. into
1381 F<perl/lib/Unicode/Collate/> if you have F<perl/lib/Unicode/Collate.pm>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm1273 my $file = pop @parts; $file .= '.pm'; # BigInt => BigInt.pm
1339 Calc.pm uses as internal format an array of elements of some decimal base
1341 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/IO/lib/IO/
H A DHandle.pm250 Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>

Completed in 80 milliseconds

1234567