Searched refs:perl (Results 101 - 125 of 257) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t1 #!/usr/bin/perl -w
29 my $perl = $^X;
33 # perl)
34 $perl = File::Spec->rel2abs ($perl) unless $] < 5.006;
36 # compare output to ensure that it is the same. We were probably run as ./perl
37 # whereas we will run the child with the full path in $perl. So make $^X for
39 $^X = $perl;
41 my $runperl = "$perl \"-I$lib\"";
42 print "# perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfork.t1 #!./perl
36 $CAT = (($^O eq 'MSWin32') ? '.\perl -e "print <>"' : (($^O eq 'NetWare') ? 'perl -e "print <>"' : 'cat'));
52 $results = `.\\perl -I../lib $switch $tmpfile 2>&1`;
55 $results = `perl -I../lib $switch $tmpfile 2>&1`;
58 $results = `./perl $switch $tmpfile 2>&1`;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm92 =item C<-perl =E<gt> 1>
125 $opts{-perl} ||= 0;
133 $opts{-perl} = 1;
154 $opts{-perl} = 1;
157 if($opts{-perl}) {
217 if($opts{-perl} && /^(\d+\.[\d_]+)\z/s && eval "$1" != $]) {
411 # Add location of pod documentation for perl man pages (eg perlfunc)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dh2xs.t1 #!./perl -w
34 # You might also wish to bail out if your perl platform does not
49 # not already be found in the t/ subdirectory for perl.
56 Defaulting to backwards compatibility with perl $thisversion
57 If you intend this module to be compatible with earlier perl versions, please
58 specify a minimum perl version with the -b option.
H A Dlib_pm.PL40 # In this section, perl variables will be expanded during extraction.
179 It is typically used to add extra directories to perl's search path so
181 not located on perl's default search path.
185 The parameters to C<use lib> are added to the start of the perl search
H A Dvmsish.pm63 $ perl -e"exit 44;" Non-hushed error exit
68 $ perl -e"use vmsish qw(hushed); exit 44;" Hushed error exit
H A Dinteger.pm74 % perl -le 'print (4 % -3)'
76 % perl -Minteger -le 'print (4 % -3)'
H A DAutoSplit.pm32 module can handle. It is used by both the standard perl libraries and by
72 Typical use of AutoSplit in the perl MakeMaker utility is via the command-line
75 perl -e 'use AutoSplit; autosplit($ARGV[0], $ARGV[1], 0, 1, 1)'
83 The C<autosplit_lib_modules> form is used in the building of perl. It takes
89 perl I<__END__> token are split out into separate files. Some
162 # $file - the perl source file to be split (after __END__)
172 # This function is used during perl building/installation
384 # perl downcases all filenames on VMS (which upcases all filenames) so
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm20 To profile a Perl script run the perl interpreter with the B<-d> debugging
158 last(LABEL) or next(LABEL) then perl may crash or Devel::DProf will die
176 F<E<lt>perl5-porters@perl.orgE<gt>>.
180 L<perl>, L<dprofpp>, times(2)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm17 # available to perl
22 perl modules to AUTOLOAD constants defined in C library header files.
163 s/([\"\'])/\\$1/g; # Grr. fix perl mode.
185 string passed suitable for a perl "" string.
189 # Hopefully make a happy perl identifier.
194 s/([\"\'])/\\$1/g; # Grr. fix perl mode.
644 An internal function to generate the embedded perl code that will regenerate
648 recognised. If the value is true a C<$types> is always declared in the perl
747 An internal function to generate the embedded perl code that will regenerate
757 in this section of perl cod
[all...]
H A DMM_Unix.pm80 sections and complain loudly to the makemaker@perl.org mailing list.
160 Does very much the same as the cflags script in the perl
299 *$(OBJ_EXT) *$(LIB_EXT) perl.exe perl perl$(EXE_EXT)
308 push(@otherfiles, qw[core core.*perl.*.? *perl.core]);
583 my($src) = $self->catfile($self->{PERL_INC},'perl.h');
968 scratchdirectory, and runs 'perl Makefile.PL; make ;make test' in that
1124 # Use nothing on static perl platform
[all...]
H A DInstall.pm43 Handles the installing and uninstalling of perl modules, scripts, man
48 perl modules. They are not designed as general purpose tools.
538 Send patches and ideas to <F<makemaker@perl.org>>.
551 See F<http://www.perl.com/perl/misc/Artistic.html>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm98 0 string perl-store perl Storable(v0.6) data
104 0 string pst0 perl Storable(v0.7) data
117 if ($header =~ s/^perl-store//) {
504 optimizations have been made when manipulating perl internals, to
564 By default, when Storable encounters a restricted hash on a perl
902 =head2 64 bit data in perl 5.6.0 and 5.6.1
905 by Storable 2.02 or earlier on perl 5.6.0 or 5.6.1 on Unix or Linux which
907 If you got a precompiled perl, rather than running Configure to build
908 your own perl fro
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm40 my @stack; # shadows perl's stack when contents are known.
79 # perl patchlevel to generate code for (defaults to current patchlevel)
322 # This class gives a standard API for a perl object to shadow a
332 # Object fields are perl shadow variable, validity flag
334 # (passed perl shadow variable as argument).
395 # If/when perl itself can generate type information (my int $foo) then
960 # XXX The standard perl PP code has extra handling for
967 sub pp_modulo { int_binop($_[0], $modulo_op) } # differs from perl's
1809 perl -MO=CC[,OPTIONS] foo.pl
1869 Debug options (concatenated or separate flags like C<perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitches.t1 #!./perl -w
133 #!perl -sn
188 # basic perl -V should generate significant output.
199 is( $r, "osname='$^O';", 'perl -V:osname');
204 'perl -V:unknown var');
211 like( $r, qr/^(?!.*(not found|UNKNOWN))./, 'perl -V:re got a result' );
224 qr/This is perl, v$v built for $Config{archname}.+Copyright.+Larry Wall.+Artistic License.+GNU General Public License/s,
235 qr/Usage: .+(?i:perl(?:$Config{_exe})?).+switches.+programfile.+arguments/,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm28 your C library it is used to implements getpos, else perl emulates getpos
72 call lseek(2) directly, so will confuse most perl IO operators except
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dmalice.t1 #!./perl -w
67 my %hash = (perl => 'rules', chr 256, '');
74 is ((keys %$clone)[0], "perl", "which is correct");
75 is ($clone->{perl}, "rules");
91 skip ("No \$Config{prtsize} on this perl version ($])", 1)
164 test_corrupt ($copy, $sub, "/^File is not a perl storable/",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm59 When C<use re 'debug'> is in effect, perl emits debugging messages when
61 obtained by running a C<-DDEBUGGING>-enabled perl interpreter with the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm55 Revised by Paul Grassie <F<grassie@perl.com>> in 2002.
64 These bugs were fixed during the development of perl 5.8.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t0 #!perl
114 Keywords related to control flow of your perl program:
130 Keywords related to perl modules:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL1 #!/usr/local/bin/perl
25 # In this section, perl variables will be expanded during extraction.
34 # In the following, perl variables are not expanded during extraction.
128 perl version.
134 Specifying a compatibility version higher than the version of perl you
136 to compatibility with the version of perl you are using to run h2xs.
187 a perl variable of the same name magically tied to the C variable.
218 Create a perl subroutine for the specified macros rather than autoload
324 # prefix "sec_rgy_" is dropped from perl function names
328 # prefix "sec_rgy_" is dropped from perl functio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm526 If your perl supports I<PerlIO> (which is the default), you can use a PerlIO layer to decode
662 Before the introduction of utf8 support in perl, The C<eq> operator
664 perl 5.8, C<eq> compares two strings with simultaneous consideration
695 of the UTF-8 flag is one of them. You can think of this perl notion as of a
726 This utf8 flag is not visible in perl scripts, exactly for the same
746 As of perl 5.8.1, L<utf8> also has utf8::is_utf8().
775 the Perl Unicode Mailing List E<lt>perl-unicode@perl.orgE<gt>
782 E<lt>perl-unicode@perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl300 # Force a hash recompute if this perl's internals can cache the hash key.
315 # Force a hash recompute if this perl's internals can cache the hash key.
340 # runperl - Runs a separate perl interpreter.
346 # progfile => perl script
349 # args => [ command-line arguments to the perl program ]
467 # VMS should have 'perl' aliased properly
484 if ($Perl =~ /^perl\Q$exe\E$/i) {
485 my $perl = "perl$exe";
489 $Perl = "./$perl";
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm19 # cause the perl code to be tested
98 expressed would be nice to have in the perl core, but the usage would
218 With perl versions prior to 5.005 there are some cases where reduce
225 to add due to them being very simple to implement in perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm20 Carp::croak("Weak references are not implemented in the version of perl");
24 Carp::croak("Vstrings are not implemented in the version of perl");
150 expressed would be nice to have in the perl core, but the usage would
201 Returns true if perl thinks EXPR is a number. See
294 under the same terms as perl itself.

Completed in 40 milliseconds

1234567891011