Searched refs:perl (Results 76 - 100 of 257) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dif.pm49 Ilya Zakharevich L<mailto:perl-module-if@ilyaz.org>.
H A Dbigrat.pm259 perl -Mbigrat -le 'print sqrt(33)'
260 perl -Mbigrat -le 'print 2*255'
261 perl -Mbigrat -le 'print 4.5+2*255'
262 perl -Mbigrat -le 'print 3/7 + 5/7 + 8/3'
263 perl -Mbigrat -le 'print 12->is_odd()';
H A Dfields.pm222 B<Only valid for perl before 5.9.0:>
254 B< perl before 5.9.0: > fields::new() creates and blesses a
258 B< perl 5.9.0 and higher: > fields::new() creates and blesses a
280 B< before perl 5.9.0: >
307 B< perl 5.9.0 and higher: >
H A Ddiagnostics.pm19 perl program 2>diag.out
27 perl compiler and the perl interpreter, augmenting them with the more
37 that this I<does> enable perl's B<-w> flag.) Your whole
51 Warnings dispatched from perl itself (or more accurately, those that match
85 perl -w test.pl 2>test.out
91 (perl -w test.pl >/dev/tty) >& test.out
99 exec 3>&1; perl -w test.pl 2>&1 1>&3 3>&- | splain 1>&2 3>&-
163 Tom Christiansen <F<tchrist@mox.perl.com>>, 25 June 1995.
H A DAnyDBM_File.pm53 Linkage comes w/ perl yes yes yes yes yes
54 Src comes w/ perl no no yes no no
H A DPerlIO.pm44 PERLIO=perlio perl ....
53 The perl code in PerlIO.pm then attempts to locate a layer by doing
79 access to the buffer for C<sv_gets> which implements perl's readline/E<lt>E<gt>
124 Declares that the stream accepts perl's internal encoding of
126 UTF-EBCDIC on EBCDIC machines.) This allows any character perl can
147 on output perl will warn if a "wide" character is written
181 A pseudo layer that removes the top-most layer. Gives perl code
199 buggy as of perl 5.8.2.
270 cd .../perl/t
271 PERLIO=stdio ./perl harnes
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm72 then a warning is generated if perl is running under C<-w>.
85 The following warnings can be generated if perl is invoked with the
126 perl -MMIME::Base64 -0777 -ne 'print encode_base64($_)' <file
131 perl -MMIME::Base64 -ne 'print decode_base64($_)' <file
142 code posted to comp.lang.perl <3pd2lp$6gf@wsinti07.win.tue.nl> by Hans
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL1 #!/usr/local/bin/perl
27 # In this section, perl variables will be expanded during extraction.
36 # In the following, perl variables are not expanded during extraction.
85 # Unixes it is the basename rather than the full path to the perl binary.
197 print "## Checking installations of extensions built with perl.\n" if $opt{'p'};
212 # VMS$ perl -e "eval ""require \""Devel/DProf.pm\"";"" print $@"
213 # \NT> perl -e "eval \"require 'Devel/DProf.pm'\"; print $@"
214 # DProf: run perl with -d to use DProf.
314 # Add the ones that we know that perl thinks are there:
386 (or your platform's equivalent procedure) to verify that B<perl> an
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm45 # handy utility: perl -MOpcode=opdump -e 'opdump File'
91 Opcode - Disable named opcodes when compiling perl code
102 Evaluating perl code (e.g. via "eval" or "do 'file'") causes
110 effect when perl I<next> compiles any code. Attempting to compile code
135 source distribution (and installed into the perl library).
189 version of perl (around 350 for perl-5.7.0).
235 croak if it is already defined). Optag names are global to the perl
268 perl -MOpcode=opdump -e opdump
269 perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DEmbed.t1 #!/usr/bin/perl
79 warn $_[0] unless $_[0] =~ /No library found for .*perl/
90 my ($perl_exp) = grep { -f } qw(perl.exp ../perl.exp);
91 die "where is perl.exp?\n" unless defined $perl_exp;
143 # gcc -g -I.. -L../ -o perl_test perl_test.c -lperl `../perl -I../lib -MExtUtils::Embed -I../ -e ccopts -e ldopts`
150 #include <perl.h>
154 static char *cmds[] = { "perl","-e", "$|=1; print qq[ok 5\\n]", NULL };
H A DInstall.t1 #!/usr/bin/perl -w
51 install( { 'blib/lib' => 'install-test/lib/perl',
56 ok( ! -d 'install-test/lib/perl', 'install made dir (dry run)');
57 ok( ! -r 'install-test/lib/perl/Big/Dummy.pm',
61 install( { 'blib/lib' => 'install-test/lib/perl',
65 ok( -d 'install-test/lib/perl', 'install made dir' );
66 ok( -r 'install-test/lib/perl/Big/Dummy.pm', ' .pm file installed' );
75 my $native_dummy = File::Spec->catfile(qw(install-test lib perl Big Dummy.pm));
81 install( { 'blib/lib' => 'install-test/other_lib/perl',
86 ok( -d 'install-test/other_lib/perl', 'instal
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/
H A Dextract_makeext.sh8 # The perl extension build mechanism works by generating a Makefile from a
41 PERL_MM_ARGS += INSTALLDIRS=perl LIBPERL_A=libperl.so
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm5 XS::Typemap - module to test the XS typemaps distributed with perl
18 with perl are working as advertised. A function is available
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/util/
H A Dmake_ext4 # It primarily used by the perl Makefile:
9 # It may be deleted in a later release of perl so try to
21 # correct current value of MAKE will come through from the main perl
122 test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.pm26 It is implemented using the standard perl TIEHASH interface. Please
68 perl(1), perlfunc(1), perltie(1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DShowlex.pm11 # perl -MO=Showlex,foo bar.pl
14 # perl -MO=Showlex bar.pl
88 perl -MO=Showlex[,SUBROUTINE] foo.pl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c12 So to solve an important part of perl's encode needs we need to solve the
22 The process can be considered as pseudo perl:
90 #include <perl.h>
H A Dencoding.pm121 perl -Mencoding=latin2 -e '...' # Feeling centrally European?
122 perl -Mencoding=euc-kr -e '...' # Or Korean?
145 Rewind to the future: starting from perl 5.8.0 with the B<encoding>
185 my $message = "Camel is the symbol of perl.\n";
190 Will print "\xF1\xD1\xF1\xCC is the symbol of perl.\n",
191 not "\x{99F1}\x{99DD} is the symbol of perl.\n".
216 Some of the features offered by this pragma requires perl 5.8.1. Most
224 Because perl needs to parse script before applying this pragma, such
232 C<tr//> was overlooked by Perl 5 porters when they released perl 5.8.0
268 ignored. ${^UNICODE} is a variable introduced in perl 5.
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm170 The C<IO::Dir> package provides two interfaces to perl's directory reading
174 constructor and methods, which are just wrappers around perl's built in
187 into perl (the trailing `dir' has been removed from the names). See L<perlfunc>
238 bugs to <perl5-porters@perl.org>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm65 # made to this file will be lost the next time perl is built.
145 # value is supposed to follow shell rules and not perl rules,
146 # we escape any perl variable markers
223 # before expanding it, because may have been made readonly if a perl
462 values. The perl C<exists> function can be used to check if a
469 Returns a textual summary of the major perl configuration values.
474 Returns the entire perl configuration information in the form of the
520 Because this information is not stored within the perl executable
522 relate to the actual perl binary which is being used to access it.
526 perl versio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm70 perl -MO=[-q,]Backend[,OPTIONS] foo.pl
87 message normally produced by perl.
126 perl -MO=Foo,OPTIONS foo.pl
136 The C<-q> and C<-qq> options don't work correctly if perl isn't
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm28 XS::APItest - Test the perl C API
37 This module tests the perl C API. Currently tests that C<printf>
42 This module can be used to check that the perl C API is behaving
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm161 universe, and perl does horrible mangling to them that gets in my way,
172 Test::Simple is B<explicitly> tested all the way back to perl 5.004.
174 Test::Simple is thread-safe in perl 5.8.0 and up.
231 See F<http://www.perl.com/perl/misc/Artistic.html>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm171 These routines are the inverse of built-in perl functions localtime()
271 Support for this module is provided via the perl5-porters@perl.org
272 email list. See http://lists.perl.org/ for more details.
274 Please submit bugs using the RT system at bugs.perl.org, the perlbug
275 script, or as a last resort, to the perl5-porters@perl.org list.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm449 # Need the trailing '--' so perl stops gobbling arguments and - happens
460 my $command = $mm->test_via_harness($perl, $tests);
463 Test::Harness and the given $perl.
470 my($self, $perl, $tests) = @_;
472 return qq{\t$perl "-MExtUtils::Command::MM" }.
478 my $command = $mm->test_via_script($perl, $script);
490 my($self, $perl, $script) = @_;
491 return qq{\t$perl "-I\$(INST_LIB)" "-I\$(INST_ARCHLIB)" $script\n};
518 Defines a simple perl call that runs autosplit. May be deprecated by
653 This will generate a perl on
[all...]

Completed in 33 milliseconds

1234567891011