PageRenderTime 1675ms queryTime 56ms sortTime 158ms getByIdsTime 1288ms findMatchingLines 28ms

15+ results for 'perl5' (1675 ms)

Not the results you expected?
MatchResult.java https://github.com/mdr/scalify.git | Java | 250 lines
                    
91 *
                    
92 * compiler = new Perl5Compiler();
                    
93 * matcher  = new Perl5Matcher();
                    
                
Mksymlists.pm https://gitlab.com/storedmirrors/perl5 | Perl | 318 lines
                    
93    if ($data->{INSTALLDIRS} and $data->{INSTALLDIRS} eq 'perl') {
                    
94        $distname = 'perl5-porters@perl.org';
                    
95        $comment = "Core $comment";
                    
                
conf.pl https://github.com/dougwilson/perl.git | Perl | 295 lines
                    
2### So reset it here explicitly
                    
3my ($old_env_path, $old_env_perl5lib);
                    
4BEGIN {
                    
25    ### and add them to the environment, so shellouts get them
                    
26    $old_env_perl5lib = $ENV{'PERL5LIB'};
                    
27    $ENV{'PERL5LIB'}  = join $Config{'path_sep'}, 
                    
27    $ENV{'PERL5LIB'}  = join $Config{'path_sep'}, 
                    
28                        grep { defined } $ENV{'PERL5LIB'}, @paths, @rel2abs;
                    
29    
                    
69        if (defined $old_env_perl5lib) {
                    
70            $ENV{PERL5LIB} = $old_env_perl5lib;
                    
71        } else {
                    
71        } else {
                    
72            delete $ENV{PERL5LIB};
                    
73        }
                    
                
Makefile https://github.com/johnnywalker/freebsd-ports.git | Makefile | 378 lines
                    
242    SUBDIR += pejv-fpw
                    
243    SUBDIR += perl5
                    
244    SUBDIR += php5-mecab
                    
                
opendchub.mk https://bitbucket.org/rainlake/optware.git | Makefile | 242 lines
                    
60$(if $(filter 5.8, $(PERL_MAJOR_VER)), \
                    
61$(STAGING_LIB_DIR)/perl5/$(PERL_VERSION)/$(PERL_ARCH)/auto/DynaLoader/DynaLoader.a,)
                    
62
                    
                
Makefile https://github.com/johnnywalker/freebsd-ports.git | Makefile | 380 lines
                    
35USE_SUBMAKE=	yes
                    
36USE_PERL5_BUILD=yes
                    
37SCRIPTS_ENV+=	POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}"
                    
                
package-tree.html https://github.com/mdr/scalify.git | HTML | 153 lines
                    
86<LI TYPE="circle">class java.lang.Object<UL>
                    
87<LI TYPE="circle">class org.apache.oro.text.perl.<A HREF="../../../../../org/apache/oro/text/perl/Perl5Util.html" title="class in org.apache.oro.text.perl"><B>Perl5Util</B></A> (implements org.apache.oro.text.regex.<A HREF="../../../../../org/apache/oro/text/regex/MatchResult.html" title="interface in org.apache.oro.text.regex">MatchResult</A>)
                    
88<LI TYPE="circle">class java.lang.Throwable (implements java.io.Serializable)
                    
92<LI TYPE="circle">class org.apache.oro.text.<A HREF="../../../../../org/apache/oro/text/MalformedCachePatternException.html" title="class in org.apache.oro.text"><B>MalformedCachePatternException</B></A><UL>
                    
93<LI TYPE="circle">class org.apache.oro.text.perl.<A HREF="../../../../../org/apache/oro/text/perl/MalformedPerl5PatternException.html" title="class in org.apache.oro.text.perl"><B>MalformedPerl5PatternException</B></A></UL>
                    
94</UL>
                    
                
Makefile https://github.com/johnnywalker/freebsd-ports.git | Makefile | 334 lines
                    
31USE_SUBMAKE=	yes
                    
32USE_PERL5_BUILD=yes
                    
33USE_RC_SUBR=	postfix.sh
                    
                
PerlPatternParser.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 412 lines
                    
10/**
                    
11     Parse Perl5 patterns into RegexpTree structures, or throw an exception for
                    
12     cases that haven't been implemented.
                    
                
runtests.pl https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | Perl | 495 lines
                    
1#!/tools/ns/bin/perl5
                    
2#
                    
                
Makefile https://github.com/freebsd/freebsd-ports.git | Makefile | 329 lines
                    
47USE_LDCONFIG=	yes
                    
48USES=		cpe libtool perl5 ssl
                    
49CPE_PRODUCT=	net-snmp
                    
49CPE_PRODUCT=	net-snmp
                    
50USE_PERL5=	build run
                    
51USE_CSTD=	c99
                    
116.else
                    
117USE_PERL5=	build
                    
118CONFIGURE_ARGS+=--disable-embedded-perl --without-perl-modules
                    
                
AwkFilenameFilter.html https://github.com/mdr/scalify.git | HTML | 293 lines
                    
111<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/oro/io/RegexFilenameFilter.html" title="class in org.apache.oro.io"><CODE>RegexFilenameFilter</CODE></A>, 
                    
112<A HREF="../../../../org/apache/oro/io/Perl5FilenameFilter.html" title="class in org.apache.oro.io"><CODE>Perl5FilenameFilter</CODE></A>, 
                    
113<A HREF="../../../../org/apache/oro/io/GlobFilenameFilter.html" title="class in org.apache.oro.io"><CODE>GlobFilenameFilter</CODE></A></DL>
                    
                
Socket.pm https://github.com/mauzo/perl.git | Perl | 540 lines
                    
161    #
                    
162    # http://groups.google.co.uk/group/perl.perl5.porters/browse_thread/thread/b4e2b1d88280ddff/630b667a66e3509f?#630b667a66e3509f
                    
163    # http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/ioctlsocket_2.asp
                    
526Graham Barr.  atmark() by Lincoln Stein.  Currently maintained by the
                    
527Perl Porters.  Please report all bugs to <perl5-porters@perl.org>.
                    
528
                    
                
README.md https://gitlab.com/dave_m/clamtk | Markdown | 293 lines
                    
80tar xzf clamtk-6.12.tar.xz  
                    
81sudo mkdir -p /usr/share/perl5/vendor_perl/ClamTk  
                    
82sudo cp lib/*.pm /usr/share/perl5/vendor_perl/ClamTk  
                    
                
Makefile.in https://bitbucket.org/__wp__/mb-linux-msli.git | Autoconf | 446 lines
                    
133PERL = @PERL@
                    
134PERL5 = @PERL5@
                    
135PROTOCOL_VERSION = @PROTOCOL_VERSION@
                    
                
 

Source

Language