Searched refs:pm (Results 51 - 75 of 154) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL10 unlink "XSLoader.pm" if -f "XSLoader.pm";
11 open OUT, ">XSLoader.pm" or die $!;
13 # Generated from XSLoader.pm.PL (resolved %Config::Config value)
89 # this section of code: XYZ failed at line 123 of DynaLoader.pm.
223 in F<YourPackage.pm>) and XS code (defined in F<YourPackage.xs>). If this
234 of the F<.pm> and the (compiled) F<.xs> parts are compatible;
246 Consequently, if the code in F<.pm> file makes calls to these XSUBs, it is
250 uses Perl variables) defined in F<.pm> file, they must be defined prior to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm274 intended to be used in conjunction with CGI.pm (and is in fact used by
364 recognized by CGI.pm, for example "+3M" for three months in the
365 future. See CGI.pm's documentation for details.
405 This will print the Set-Cookie HTTP header to STDOUT using CGI.pm. CGI.pm
406 will be loaded for this purpose if it is not already. Otherwise CGI.pm is not
426 If you are using CGI.pm, you send cookies by providing a -cookie
459 CGI.pm uses the URL escaping methods to save and restore reserved characters
H A DFast.pm96 CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
135 CGI.pm's default CGI object mode also works. Just modify the loop
H A DPretty.pm254 CGI::Pretty is far slower than using CGI.pm directly. A benchmark showed that
296 Lincoln Stein <lstein@cshl.org> for incorporation into the CGI.pm
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t231 # Need to make distclean to remove ../../lib/ExtTest.pm
266 'VERSION_FROM' => "$package.pm", # finds \$VERSION
268 (#ABSTRACT_FROM => "$package.pm", # XXX add this
335 my $pm = "$package.pm";
336 push @files, $pm;
337 open FH, ">$pm" or die "open >$pm: $!\n";
366 close FH or die "close $pm: $!\n";
H A DINST_PREFIX.t45 VERSION_FROM => 'lib/Big/Dummy.pm',
71 VERSION_FROM => 'lib/Big/Dummy.pm',
145 VERSION_FROM => 'lib/Big/Dummy.pm',
175 VERSION_FROM => 'lib/Big/Dummy.pm',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_hot.c1211 register PMOP *pm = cPMOP; local
1214 if (pm->op_pmdynflags & PMdf_TAINTED)
1216 sv_magic(sv,(SV*)ReREFCNT_inc(PM_GETRE(pm)), PERL_MAGIC_qr,0,0);
1223 register PMOP *pm = cPMOP; local
1224 PMOP *dynpm = pm;
1231 register REGEXP *rx = PM_GETRE(pm);
1252 rxtainted = ((pm->op_pmdynflags & PMdf_TAINTED) ||
1253 (PL_tainted && (pm->op_pmflags & PMf_RETAINT)));
1259 if (pm->op_pmdynflags & PMdf_USED) {
1268 pm
1960 register PMOP *pm = cPMOP; local
[all...]
H A Dpp.c4400 register PMOP *pm; local
4419 Copy(&LvTARGOFF(POPs), &pm, 1, PMOP*); local
4421 pm = (PMOP*)POPs;
4423 if (!pm || !s)
4425 rx = PM_GETRE(pm);
4427 TAINT_IF((pm->op_pmflags & PMf_LOCALE) &&
4428 (pm->op_pmflags & (PMf_WHITE | PMf_SKIPWHITE)));
4432 if (pm->op_pmreplroot) {
4434 ary = GvAVn((GV*)PAD_SVl(INT2PTR(PADOFFSET, pm->op_pmreplroot)));
4436 ary = GvAVn((GV*)pm
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDisassembler.pm1 # Disassembler.pm
226 See F<ext/B/B/Disassembler.pm>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
H A Dbasic.t119 # and RCS files. Filter them out, and .pm files too, and patch temp files.
120 @a = grep !/(,v$|~$|\.(pm|ori?g|rej)$)/, @a;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/
H A DHeavy.pm45 if ($text =~ s/ at \S*Exporter\S*.pm line \d+.*\n//) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm38 pm_to_blib({ 'lib/Foo/Bar.pm' => 'blib/lib/Foo/Bar.pm' });
132 #October 1997: we want to install .pm files into archlib if
400 Filenames with the extension .pm are autosplit into the $autosplit_dir.
402 $filter_cmd is an optional shell command to run each .pm file through
446 $from =~ /\.pm$/;
467 next unless $from =~ /\.pm$/;
H A DMM_VMS.pm1 # MM_VMS.pm
103 however, we look for a F<.pm> file whose name matches that of the current
104 directory (presumably the 'main' F<.pm> file for this extension), and try
112 my($defname,$defpm,@pm,%xs,$pm);
120 # extension's name. We'll use the name of a unique .pm file, or the
121 # first .pm file with a matching .xs file.
122 if (not -e "${defpm}.pm") {
123 @pm = map { s/.pm
[all...]
H A DMM_MacOS.pm1 # MM_MacOS.pm
4 # built-in ExtUtils::MM_Unix methods if MakeMaker.pm is run under MacOS.
321 my $inc_config_dir = dirname($INC{'Config.pm'});
322 my $inc_carp_dir = dirname($INC{'Carp.pm'});
364 # (Exporter.pm not found)"
365 # unless -f $self->catfile("$self->{PERL_LIB}","Exporter.pm") ||
403 # version compatibility between the *.pm file and the
523 sub init_dirscan { # --- File and Directory Lists (.xs .pm .pod etc)
526 local(%pm); #the sub in find() has to see this hash
531 $pm{
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm1 # Net::Time.pm
20 $VERSION = "2.09"; # $Id: //depot/libnet/Net/Time.pm#9 $
149 I<$Id: //depot/libnet/Net/Time.pm#9 $>
H A DConfig.pm1 # Net::Config.pm
16 $VERSION = "1.10"; # $Id: //depot/libnet/Net/Config.pm#17 $
62 $file =~ s/Config.pm/libnet.cfg/;
312 I<$Id: //depot/libnet/Net/Config.pm#17 $>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbase.pm7 # constant.pm is slow
77 ${$base.'::VERSION'} = '-1, set by base.pm'
94 ${$base.'::VERSION'} = "-1, set by base.pm"
193 C<-1, set by base.pm>.
H A Dlib_pm.PL9 $file =~ s!_(pm)$!.$1!i;
228 In order to keep lib.pm small and simple, it only works with Unix
H A Dcharnames.t308 $exp =~ s{(\./)?abc\.pm}{:abc.pm}g;
H A DCGI.pm19 # http://search.cpan.org/dist/CGI.pm
22 $CGI::revision = '$Id: CGI.pm,v 1.266 2009/07/30 16:32:34 lstein Exp $';
195 # mod_perl handlers may run system() on scripts using CGI.pm;
3020 # avoid relying on the browser, proxy, server, and CGI.pm preserving the
3638 die "CGI.pm open of tmpfile $tmp/$filename failed: $!\n" unless defined $filehandle;
4181 die "CGI.pm: Server closed socket during multipart read (client aborted?).\n"
4354 CGI.pm is a stable, complete and mature solution for processing and preparing
4360 CGI.pm performs very well in in a vanilla CGI.pm environment and also comes
4365 CGI.pm ha
[all...]
H A DAutoSplit.pm183 s#^lib/##s; # incase specified as lib/*.pm
188 s#^$lib\W+##s; # incase specified as ./lib/*.pm
230 $filename .= ".pm" unless ($filename =~ m/\.pm\z/);
263 die "Package $def_package ($modpname.pm) does not ".
265 unless ($filename =~ m/\Q$modpname.pm\E$/ or
267 $Is_VMS && $filename =~ m/$modpname.pm/i);
292 # create filenames which exactly match the names used by AutoLoader.pm.
351 # See AutoSplit.pm.
487 # test functions so AutoSplit.pm ca
[all...]
H A DAutoLoader.pm28 # Getopt::Long::GetOptions(), then $INC{Getopt/Long.pm} is
29 # something like '/usr/lib/perl5/Getopt/Long.pm', and the
33 # for example, @INC = ('lib'), then $INC{Getopt/Long.pm} is
34 # 'lib/Getopt/Long.pm', and we want to require
41 if (defined($filename = $INC{"$pkg.pm"})) {
44 $filename =~ s#^(.*)$pkg\.pm\z#$1auto:$pkg:$func.al#s;
46 $filename =~ s#^(.*)$pkg\.pm\z#$1auto/$pkg/$func.al#s;
135 # is POSIX, then $INC{POSIX.pm} is something like
136 # '/usr/local/lib/perl5/POSIX.pm', and the autosplit index file is in
141 # $INC{POSIX.pm} i
[all...]
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_aux.c238 regmatch_t pm[2]; local
240 ret = regexec(&suri_re_no_slice_devname, devpath, 2, pm, 0);
247 *(devpath + pm[1].rm_eo) = '\0';
249 return (devpath + pm[1].rm_so);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL173 foreach (qw(Config.pm ExtUtils/Installed.pm)) {
212 # VMS$ perl -e "eval ""require \""Devel/DProf.pm\"";"" print $@"
213 # \NT> perl -e "eval \"require 'Devel/DProf.pm'\"; print $@"
216 eval " require \"$_.pm\"; ";
235 eval " require \"$unnecessary.pm\"; ";
312 # Config.pm may not list a i_stdio var).
450 a bLuRfle.pm module or that the C<eval " require \"$module_name.pm\"; ">
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm825 # .pod files, and .pm files. it also scans the pod files specified in
852 # if there is a directory then use the .pod and .pm files within it.
854 # if ($Pages{$libpod} =~ /([^:]*[^(\.pod|\.pm)]):/) {
855 if ($Pages{$libpod} =~ /([^:]*(?<!\.pod)(?<!\.pm)):/) {
856 # find all the .pod and .pm files within the directory
860 @files = grep(/(\.pod|\.pm)\z/ && ! -d $_, readdir(DIR));
863 # scan each .pod and .pm file for =item directives
877 ### $pod =~ /^(.*)(\.pod|\.pm)$/;
881 $Pages{$libpod} =~ /([^:]*\.pm):/) {
882 # scan the .pod or .pm fil
[all...]

Completed in 107 milliseconds

1234567