Lines Matching refs:perl

56 $CPAN::Defaultsite ||= "ftp://ftp.perl.org/pub/CPAN";
630 # To: perl5-porters@perl.org
1375 h,? display this menu ! perl-code eval a perl command
1813 "perl -MCPAN -e 'install Bundle::$me'\n\n",
2275 # > *** /install/perl/live/lib/CPAN.pm- Wed Sep 24 13:08:48 1997
4390 if ($file =~ m{ ^ perl
4410 #-> sub CPAN::Distribution::perl ;
4411 sub perl {
4413 my($perl) = File::Spec->file_name_is_absolute($^X) ? $^X : "";
4416 $perl ||= $candidate if MM->maybe_command($candidate);
4417 unless ($perl) {
4419 DIST_PERLNAME: foreach $perl_name ($^X, 'perl', 'perl5', "perl$]") {
4425 $perl = $abs;
4431 $perl;
4438 # Emergency brake if they said install Pippi and get newest perl
4447 comes with the current version of perl (%s).
4499 my($perl) = $self->perl or die "Couldn\'t find executable perl\n";
4505 $system = "$perl $switch Makefile.PL $CPAN::Config->{makepl_arg}";
5314 developer comp.lang.perl.* none abandoned,;
5315 @statl{qw,? p c + o h,} = qw,unknown perl C C++ other hybrid,;
5632 # perl won't. Seems sensible when we consider that any action we
5980 # And if they say v1.2, then the old perl takes it as "v12"
5998 CPAN - query, download and build perl modules from CPAN sites
6004 perl -MCPAN -e shell;
6024 The CPAN module is designed to automate the make and install of perl
6059 perl -MCPAN -e shell
6163 SIGALRM is used during the run of the C<perl Makefile.PL> subprocess.
6200 perl breaks binary compatibility. If one of the modules that CPAN uses
6278 perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'
6300 perl -e 'use CPAN; CPAN::Shell->r;'
6482 Returns 1 if this distribution file seems to be a perl distribution.
6496 distribution has been unpacked and runs the external commands C<perl
6582 is reported just like perl itself stops searching @INC when it finds a
6648 A bundle is just a perl module in the namespace Bundle:: that does not
6651 It starts like a perl module with a package declaration and a $VERSION
6681 "file:" URLs, then you only need a perl better than perl5.003 to run
6704 perl -MExtUtils::MakeMaker -le \
6781 makepl_arg arguments passed to 'perl Makefile.PL'
6823 works like the corresponding perl commands.
6879 Populating a freshly installed perl with my favorite modules is pretty
6883 file for all modules that are installed for the currently running perl
6906 the interaction between perl, and various firewall configurations. For
6926 To access servers outside these types of firewalls with perl (even for
6936 To access servers outside these type of firewalls with perl you
6954 If you are using a SOCKS firewall you will need to compile perl and link
6956 perl. With this executable you will be able to connect to servers outside
6968 env FTP_PASSIVE=1 perl -MCPAN -eshell
6972 perl -MCPAN -e '$ENV{FTP_PASSIVE} = 1; shell'
7026 I want to clean up my mess, and install a new perl along with
7029 Run the autobundle command for your old perl and optionally rename the
7030 resulting bundle file (e.g. Bundle/mybundle.pm), install the new perl
7033 ./Configure -Dprefix=/usr/local/perl-5.6.78.9
7069 and also tell your perl programs to look into ~/myperl/lib, e.g. by
7135 Extended support for converters will be made available as soon as perl
7166 perl(1), CPAN::Nox(3)