Searched defs:perl (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c0 /* perl.c
17 * Be proud that perl(1) may proclaim:
21 * The flow was: perl starts, notices script is suid, execs suidperl with same
23 * right UID, execs perl with similar arguments but with script pre-opened on
24 * /dev/fd/xxx; perl checks script is as should be and does work. This was
27 * The "correct" flow should be: perl starts, opens script and notices it is
31 * perl with same arguments; perl checks many things and does work.
33 * (Opening the script in perl instead of suidperl, we "lose" scripts that
37 * For now, suidperl and perl ar
3055 char *perl; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm56 $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 { subroutine
4413 my($perl)
[all...]

Completed in 34 milliseconds