Home
last modified time | relevance | path

Searched full:perl (Results 1 – 25 of 1072) sorted by relevance

12345678910>>...43

/freebsd/contrib/file/magic/Magdir/
H A Dperl2 # $File: perl,v 1.27 2023/07/17 16:01:36 christos Exp $
3 # perl: file(1) magic for Larry Wall's perl language.
7 # Send additions to <perl5-porters@perl.org>
8 0 search/1024 eval\ "exec\ perl Perl script text
9 !:mime text/x-perl
10 0 search/1024 eval\ "exec\ /bin/perl Perl script text
11 !:mime text/x-perl
12 0 search/1024 eval\ "exec\ /usr/bin/perl Perl script text
13 !:mime text/x-perl
14 0 search/1024 eval\ "exec\ /usr/local/bin/perl Perl script text
[all …]
/freebsd/crypto/openssl/
H A DNOTES-PERL.md1 Notes on Perl
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
14 For our scripts, we rely quite a bit on Perl, and increasingly on
15 some core Perl modules. These Perl modules are part of the Perl
16 source, so if you build Perl on your own, you should be set.
18 However, if you install Perl as binary packages, the outcome might
[all …]
H A DNOTES-WINDOWS.md39 ### Perl subsection
41 We recommend Strawberry Perl, available from <http://strawberryperl.com/>
42 Please read NOTES.PERL for more information, including the use of CPAN.
43 An alternative is ActiveState Perl, <https://www.activestate.com/ActivePerl>
44 for which you may need to explicitly build the Perl module Win32/Console.pm
59 1. Install Perl
63 3. Make sure both Perl and NASM are on your %PATH%
76 - `perl Configure VC-WIN32` if you want 32-bit OpenSSL or
77 - `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or
78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64)
[all …]
H A DNOTES-VMS.md6 - [About ODS-5 directory names and Perl](#about-ods-5-directory-names-and-perl)
32 running the tests, as they affect the Perl interpreter.
34 About ODS-5 directory names and Perl
37 It seems that the perl function canonpath() in the `File::Spec` module
45 We have no replacement for Perl's canonpath(), so the best workaround
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d.out1 #!/usr/perl5/bin/perl
5 printf("perl => index(\"foobarbaz\", \"barbaz\") = %d\n",
12 printf("perl => rindex(\"foobarbaz\", \"barbaz\") = %d\n",
19 printf("perl => index(\"foofoofoo\", \"foo\") = %d\n",
26 printf("perl => rindex(\"foofoofoo\", \"foo\") = %d\n",
33 printf("perl => index(\"boofoofoo\", \"foo\") = %d\n",
40 printf("perl => rindex(\"boofoofoo\", \"foo\") = %d\n",
47 printf("perl => index(\"foobarbaz\", \"barbazzy\") = %d\n",
54 printf("perl => rindex(\"foobarbaz\", \"barbazzy\") = %d\n",
61 printf("perl => index(\"foobar\", \"foobar\") = %d\n",
[all …]
H A Dtst.substr.d.out1 #!/usr/perl5/bin/perl
5 printf("perl => substr(\"foobarbazbop\", 3) = \"%s\"\n",
13 printf("perl => substr(\"foobarbazbop\", 300) = \"%s\"\n",
21 printf("perl => substr(\"foobarbazbop\", -10) = \"%s\"\n",
29 printf("perl => substr(\"foobarbazbop\", 0) = \"%s\"\n",
37 printf("perl => substr(\"foobarbazbop\", 1) = \"%s\"\n",
45 printf("perl => substr(\"foobarbazbop\", 11) = \"%s\"\n",
53 printf("perl => substr(\"foobarbazbop\", 12) = \"%s\"\n",
61 printf("perl => substr(\"foobarbazbop\", 13) = \"%s\"\n",
69 printf("perl => substr(\"foobarbazbop\", 8, 20) = \"%s\"\n",
[all …]
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/RRA/
H A DConfig.pm1 # Configuration for Perl test cases.
3 # In order to reuse the same Perl test cases in multiple packages, I use a
39 # data/perl.conf under those paths for a C Automake package. Otherwise, look
40 # in t/data/perl.conf for a standalone Perl module or tests/data/perl.conf for
41 # Perl tests embedded in a larger distribution. Don't use Test::RRA::Automake
46 my $path = "$base/data/perl.conf";
53 BAIL_OUT('cannot find data/perl.conf');
83 Test::RRA::Config - Perl test configuration
88 print "Required Perl version is $MINIMUM_VERSION\n";
92 Test::RRA::Config encapsulates per-package configuration for generic Perl test
[all …]
H A DAutomake.pm1 # Helper functions for Perl test programs in Automake distributions.
4 # written in Perl and included in C source distributions that use Automake.
32 # Determine the path to the build tree of any embedded Perl module package in
36 $PERL_BLIB_ARCH = File::Spec->catdir(qw(perl blib arch));
37 $PERL_BLIB_LIB = File::Spec->catdir(qw(perl blib lib));
44 $PERL_BLIB_ARCH = File::Spec->catdir(@dirs, qw(perl blib arch));
45 $PERL_BLIB_LIB = File::Spec->catdir(@dirs, qw(perl blib lib));
50 # not find Perl modules while testing, or find the wrong versions.
72 # that could contain Perl files.
74 .git .pc _build autom4te.cache build-aux perl/_build perl/blib
[all …]
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DMETA.yml2 abstract: 'Expand template text with embedded Perl'
12 perl: '5.008'
17 perl: '5.008'
20 license: perl
37 perl: '5.008'
41 bugtracker: https://github.com/mschout/perl-text-template/issues
42 homepage: https://github.com/mschout/perl-text-template
43 repository: https://github.com/mschout/perl-text-template.git
H A DMETA.json2 "abstract" : "Expand template text with embedded Perl",
20 "perl" : "5.008" string
38 "perl" : "5.008", string
51 "perl" : "5.008", string
70 "web" : "https://github.com/mschout/perl-text-template/issues"
72 "homepage" : "https://github.com/mschout/perl-text-template",
75 "url" : "https://github.com/mschout/perl-text-template.git",
76 "web" : "https://github.com/mschout/perl-text-template"
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm4 # ABSTRACT: Expand template text with embedded Perl
52 Text::Template::Preprocess - Expand template text with embedded Perl
101 { perl code }
107 { more perl code }
111 JavaScript program with executable Perl code. One strategy:
125 The development version is on github at L<https://https://github.com/mschout/perl-text-template>
126 and may be cloned from L<git://https://github.com/mschout/perl-text-template.git>
131 L<https://github.com/mschout/perl-text-template/issues>
142 C<mjd-perl-template+@plover.com>
146 C<mjd-perl-template-request@plover.com> to join.
[all …]
/freebsd/contrib/pam-krb5/tests/docs/
H A Dspdx-license-t1 #!/usr/bin/perl
38 use lib "$ENV{C_TAP_SOURCE}/tap/perl";
64 qr{ \A perl/Build \z }xms, # Perl build files
65 qr{ \A perl/MANIFEST \z }xms, # Perl build files
66 qr{ \A perl/MYMETA [.] }xms, # Perl build files
67 qr{ \A perl/blib/ }xms, # Perl build files
68 qr{ \A perl/cover_db/ }xms, # Perl test files
69 qr{ \A perl/_build }xms, # Perl build files
/freebsd/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl188 INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet
265 PERL={- $config{PERL} -}
279 ECHO="$(PERL)" "$(SRCDIR)\util\echo.pl"
435 @$(ECHO) " target system doesn't have $(PERL),"
446 …"SRCTOP=$(SRCDIR)" & set "BLDTOP=$(BLDDIR)" & set "PERL=$(PERL)" & set "FIPSKEY=$(FIPSKEY)" & "$(P…
453 @cmd /C "set "SRCTOP=$(SRCDIR)" & "$(PERL)" "$(SRCDIR)\test\run_tests.pl" list"
463 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)
489 @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "{- $target{makedep_scheme} -}"
505 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(MODULESDIR)"
506 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)"
[all …]
H A Dunix-Makefile.tmpl278 INSTALLTOP={- # $prefix is used in the OPENSSLDIR perl snippet
350 PERL={- $config{PERL} -}
522 @echo " target system doesn't have $(PERL),"
535 PERL="$(PERL)" \
538 $(PERL) $(SRCDIR)/test/run_tests.pl $(TESTS) )
606 @$(PERL) $(SRCDIR)/util/add-depends.pl "{- $makedep_scheme -}"
623 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(MODULESDIR)"
624 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)"
650 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)/certs"
651 @$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(OPENSSLDIR)/private"
[all …]
H A Dunix-checker.pm1 #! /usr/bin/env perl
5 # Check that the perl implementation file modules generate paths that
13 This perl implementation doesn't produce Unix like paths (with forward slash
17 This Perl version: $Config{version} for $Config{archname}
H A Dwindows-checker.pm1 #! /usr/bin/env perl
5 # Check that the perl implementation file modules generate paths that
13 This perl implementation doesn't produce Windows like paths (with backward
17 This Perl version: $Config{version} for $Config{archname}
H A D00-base-templates.conf1 # -*- Mode: perl -*-
33 HASHBANGPERL => "/usr/bin/env perl",
39 #HASHBANGPERL => "PERL", # Only Unix actually cares
77 HASHBANGPERL => "/usr/bin/env perl", # Only Unix actually cares
97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/
H A DRRA.pm1 # Helper functions for test programs written in Perl.
4 # written in Perl. This is a general collection of functions that can be used
5 # by both C packages with Automake and by stand-alone Perl modules. See
27 # Red Hat's base perl package doesn't include Test::More (one has to install
28 # the perl-core package in addition). Try to detect this and skip any Perl
203 Test::RRA - Support functions for Perl tests
222 This module collects utility functions that are useful for Perl test scripts.
223 It assumes Russ Allbery's Perl module layout and test conventions and will
229 Test::More is not available. This allows tests written in Perl using this
230 module to be skipped if run on a system with Perl but not Test::More, such as
[all …]
/freebsd/contrib/pam-krb5/tests/data/
H A Dperl.conf1 # Configuration for Perl tests. -*- perl -*-
7 # source tree to LD_LIBRARY_PATH when checking the syntax of Perl modules.
8 # This may be required to pick up libraries that are used by in-tree Perl
12 # Default minimum version requirement for included Perl scripts.
/freebsd/secure/lib/libcrypto/
H A DMakefile.asm55 env CC=cc perl ${.ALLSRC} linux64 ${.TARGET:R:S/$/.s/}
60 env CC=cc perl ${.IMPSRC} linux64 ${.TARGET:R:S/$/.s/}
137 env CC=cc perl ${.IMPSRC} elf ) > ${.TARGET}
140 env CC=cc perl ${.ALLSRC} elf ${.TARGET}
195 env CC=cc perl ${.IMPSRC} linux32 ${.TARGET:R:S/$/.s/}
287 env CC=cc perl ${PERLPATH} ${.IMPSRC} elf ${CFLAGS} -fpic /dev/stdout ;\
289 env CC=cc perl ${PERLPATH} ${.IMPSRC} elf ${CFLAGS} /dev/stdout ;\
334 env CC=cc perl ${.ALLSRC} linux32 ${.TARGET:R:S/$/.s/}
339 env CC=cc perl ${.ALLSRC} linux32 ${.TARGET:R:S/$/.s/}
344 env CC=cc perl ${.ALLSRC} linux32 ${.TARGET:R:S/$/.s/}
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D02-test_errstr.t1 #! /usr/bin/env perl
22 # perl, and may thereby get different error messages for the
29 # on Windows when built with msys perl. Similar problems are also observed
30 # in MSVC builds, depending on the perl implementation used.
45 # system. libcrypto's ERR should either use the same string as perl, or if
58 # The error names are perl constants, which are implemented as functions
66 # With perl, errcode zero is a bit special. Perl consistently gives
70 skip "perl error strings and ssystem error strings for errcode 0 differ", 1
/freebsd/usr.sbin/pkg/
H A Dpkg.7270 .Dl $ pkg search perl
273 .Dl % pkg install perl
288 .Dl % pkg delete perl
296 .Dl % pkg set -A 0 perl
301 .Dl % pkg set -A 1 perl
304 .Dl % pkg create -o /usr/ports/packages/All perl
307 .Dl $ pkg which /usr/local/bin/perl
321 .Dl # pkg -o ABI=FreeBSD:15:amd64 -o IGNORE_OSVERSION=yes fetch -o destdir -d perl
/freebsd/contrib/pam-krb5/tests/
H A DREADME15 Perl for its internal test suite and for nearly all Perl modules,
16 since it's the format used by the build tools for Perl modules to run
88 Perl
90 Since TAP is the native test framework for Perl, writing TAP tests in
91 Perl is very easy and extremely well-supported. If you've never
92 written tests in Perl before, start by reading the documentation for
94 including the TAP output syntax. Then, the best Perl module to use
100 C TAP Harness can run Perl test scripts directly and interpret the
101 results correctly, and similarly the Perl Test::Harness module and
/freebsd/contrib/ntp/scripts/monitoring/
H A DREADME21 perl script to log ntp mode 6 trap messages.
43 perl script to gather loop info statistics from xntpd via mode 7
87 perl script to display loop filter statistics collected by ntploopstat
149 A version of this file is distributed with perl-4.x, however,
154 perl support for ntp v2 mode 6 message handling
157 bug in perl or by bad usage of perl within this script.
/freebsd/contrib/openpam/
H A Dmissing60 bison flex help2man lex makeinfo perl yacc
108 perl_URL=https://www.perl.org/
118 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
126 echo "It also requires GNU m4 and Perl in order to run:"
206 perl*)
208 echo " assorted other tools, or if you modified a Perl source file."
209 echo "You may want to install the Perl 5 language interpreter:"

12345678910>>...43