Searched refs:program (Results 126 - 150 of 169) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigint.pm369 This program is free software; you may redistribute it and/or modify it under
H A Dconstant.pm159 of accuracy as it can use. Also, your program will be easier to
H A DDBM_Filter.pm531 to interoperate with a DBM file that a C program also uses. A fairly
H A DExporter.pm298 the program or module that used package A.
H A DNEXT.pm203 NEXT.pm adds a pseudoclass named C<NEXT> to any program
H A Dbignum.pm467 This program is free software; you may redistribute it and/or modify it under
/osnet-11/usr/src/lib/libsqlite/src/
H A Dexpr.c1245 "RAISE() may only be used within a trigger-program");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL851 You have to run this program by hand; it's not run as part of the Perl
H A Ddprofpp.PL95 on the flags to the program and the version of Perl you're using.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm106 # - compile-time output from the input program can be suppressed, so that the
201 # CV for current sub (or main program) being deparsed
1403 # the original program.
4134 itself creates after parsing a program. The output of B::Deparse won't
4144 original program was doing, some parts of the language can still trip
4169 Normally, B::Deparse deparses the main code of a program, and all the subs
4185 structure of your program. With B<-p>, it uses parentheses (almost)
4294 file is compiled as a main program.
4543 B::Deparse will produce a pragma at the correct point in the program.
4547 that the pragma holds sway over a different portion of the program
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm516 inside a 5th eval in the program;
545 This program is free software; you can redistribute it and/or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm495 other points in the program's compilation or execution, by explicitly
822 Something is rotten in the state of the program. An attributed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm447 And suppose you write a program that reads that file and then runs as
496 program with:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm89 Since you only run one test per program, there is B<one and only one>
1401 This program is free software; you can redistribute it and/or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1773 The call to the program that is able to compile perlmain.c. Defaults
1893 A filter program, in the traditional Unix sense (input from stdin, output
1904 within the context of a Perl program built on the command line, and double
2321 properly a C<shar> program that can handle directories is mandatory.
2460 This program is free software; you can redistribute it and/or
H A DMM_Any.pm436 Returns a definition for the POD2MAN macro. This is a program
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm4 # This program is free software; you can redistribute it and/or
1726 run of your program which does yield the problem.
1748 C<autoftp> is a program that can retrieve, send, or list files via
1765 This program is free software; you can redistribute it and/or modify it
H A DCmd.pm4 # This program is free software; you can redistribute it and/or
757 This program is free software; you can redistribute it and/or modify
H A DSMTP.pm4 # This program is free software; you can redistribute it and/or
763 This program is free software; you can redistribute it and/or modify
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c1858 RExC_emit_start = r->program;
1859 RExC_emit = r->program;
1875 scan = r->program + 1; /* First BRANCH. */
2105 scan = r->program + 1;
4611 (void)dumpuntil(r->program, r->program + 1, NULL, sv, 0);
H A Dregexec.c333 PL_regprogram = prog->program;
1652 /* Check validity of program. */
1653 if (UCHARAT(prog->program) != REG_MAGIC) {
1654 Perl_croak(aTHX_ "corrupted regexp program");
2186 if (regmatch(prog->program + 1)) {
2932 if (regmatch(re->program + 1)) {
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk18 # multi-threaded program, then define the following macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm204 variable remains in scope until program termination, it may be undefined
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm46 # Autoload methods go after =cut, and are processed by the autosplit program.
356 This program is free software; you can redistribute it and/or modify
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm6 # This program is free software; you may redistribute it and/or modify it
845 This program is free software; you may redistribute it and/or modify it

Completed in 91 milliseconds

1234567