/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/ |
H A D | demo2.pl | 13 sub foo :Demo(till=>ears=>are=>bleeding) {} 14 sub foo :Demo(['till','ears','are','bleeding']) {} 15 sub foo :Demo(qw/till ears are bleeding/) {} 16 sub foo :Demo(till,ears,are,bleeding) {} 18 sub foo :Demo(my,ears,are,bleeding) {} 19 sub foo :Demo(my=>ears=>are=>bleeding) {} 20 sub foo :Demo(qw/my, ears, are, bleeding/) {} 21 sub foo :Demo(qw/my ears are bleeding) {}
|
/osnet-11/usr/src/lib/libxcurses/src/terminfo/ |
H A D | Makefile | 4 # The contents of this file are subject to the terms of the 32 @echo these terminfo entries are not currently used by Solaris
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/amd64/ |
H A D | amd64.il | 4 * The contents of this file are subject to the terms of the 32 / Device registers are in Big Endian byte order, so use bswap* instructions.
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/i386/ |
H A D | i386.il | 4 * The contents of this file are subject to the terms of the 32 / Device registers are in Big Endian byte order, so use bswap instructions.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | subs.pm | 16 This will predeclare all the subroutine whose names are 21 C<use subs> declarations are not BLOCK-scoped. They are thus effective
|
H A D | vmsish.pm | 26 If no import list is supplied, all possible VMS-specific features are 27 assumed. Currently, there are four VMS-specific features available: 56 programs that are expecting "unix-style" Perl to avoid having to parse 73 die() commands that are compiled after 'vmsish hushed' will be hushed 74 when they are executed. Doing a "no vmsish 'hushed'" turns off the 105 The messages from error exits from inside the Perl core are generally 106 more serious, and are not supressed. 120 # Those hints are defined in vms/vmsish.h :
|
H A D | vars.pm | 63 This will predeclare all the variables whose names are 68 C<use subs> declarations are not BLOCK-scoped. They are thus effective
|
H A D | open.pm | 172 Three-argument opens are not affected by this pragma since there you 173 (can) explicitly specify the layers and are supposed to know what you 174 are doing. 197 These are equivalent 202 as are these 219 When open() is given an explicit list of layers they are appended to 225 for input/output handles. For example, if both input and out are 227 STDERR are also in C<:utf8>. On the other hand, if only output is 243 If 1. didn't work but we are under the locale pragma, the environment 244 variables LC_ALL and LANG (in that order) are matche [all...] |
H A D | strict.pm | 57 If no import list is supplied, all possible restrictions are assumed. 59 casual programming.) Currently, there are three possible things to be 106 Because of their special use by sort(), the variables $a and $b are 132 if unknown restrictions are used, the strict pragma will abort with
|
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | lshiftl.s | 4 * The contents of this file are subject to the terms of the 49 / We are doing a negative (right) shift 59 / We are doing a positive (left) shift 66 / We are done.
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | setjmp.s | 4 * The contents of this file are subject to the terms of the 41 JB_SP = (1*4) ! words 5 through 11 are unused! 57 ld [%g7 + UL_SIGLINK], %o1 ! are we in a signal context? 79 * pick up are stored on the stack, and that subsequent restores 82 * sp, fp, and %i7, the caller's return address, are all restored 84 * other locals, ins and outs are set to potentially random values 102 * register windows) assumes that their ins and locals are preserved,
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | setjmp.s | 4 * The contents of this file are subject to the terms of the 41 JB_SP = (1*8) ! words 5 through 11 are unused! 57 ldx [%g7 + UL_SIGLINK], %o1 ! are we in a signal context? 79 * pick up are stored on the stack, and that subsequent restores 82 * sp, fp, and %i7, the caller's return address, are all restored 84 * other locals, ins and outs are set to potentially random values 102 * register windows) assumes that their ins and locals are preserved,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/ |
H A D | Cygwin.pm | 24 This module is still in beta. Cygwin-knowledgeable folks are invited 35 Any C<\> (backslashes) are converted to C</> (forward slashes), 72 variables are tainted, they are not used.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/ |
H A D | MM.pm | 32 Any $(FOO) used in the examples are make variables, not Perl. 43 @test_libs are run in alphabetical order. 71 program. Its arguments are exactly the same as pod2man as of 5.8.0 81 If no arguments are given to pod2man it will read from @ARGV. 154 Please make sure the two installations are not conflicting 170 Arguments are read from @ARGV. 176 Key/value pairs are extra information about the module. Fields include:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2latex.PL | 34 # In the following, perl variables are not expanded during extraction. 80 # Now find which ones are real pods and convert 103 # If $options{'out'} is set we are processing to a single output file 189 # are converting. 270 Name of the output file to be used. If there are multiple input pods 279 (unless C<=for/=begin> directives are used that rely on extra packages). 280 Table of contents and index generation commands are included in the 297 directives are treated as subsections. This has the advantage 326 Known bugs are: 332 Cross references between documents are no [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Stash.pm | 1 # Stash.pm -- show what stashes are loaded 11 B::Stash - show what stashes are loaded
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/ |
H A D | EBCDIC.pm | 24 supported are as follows.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/ |
H A D | Symbol.pm | 24 supported are as follows.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
H A D | piconv | 108 The following are mainly of interest to Encode hackers: 149 Specifies the encoding you are converting from. Unlike B<iconv>, 154 Specifies the encoding you are converting to. Unlike B<iconv>, 157 Therefore, when both -f and -t are omitted, B<piconv> just acts 167 order. Note that only the canonical names are listed; many aliases 168 exist. For example, the names are case-insensitive, and many standard 197 are as follows: 207 Input strings are decode()d then encode()d. A straight two-step
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/ |
H A D | cpan | 29 These options are mutually exclusive, and the script processes 56 These options are mutually exclusive, and the script processes
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | testlib.pm | 35 to a test program the intermediate directories used by C<make> are
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.xs | 18 * has its own commenting syntax, so all comments from this point on are in 28 # defined using this mechanism are eligible for inlining by the perl
|
/osnet-11/usr/src/cmd/sendmail/db/ |
H A D | THIRDPARTYLICENSE | 5 The following are the copyrights and redistribution conditions that apply to 22 * modification, are permitted provided that the following conditions 23 * are met: 58 * modification, are permitted provided that the following conditions 59 * are met: 90 * modification, are permitted provided that the following conditions 91 * are met:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/ |
H A D | IO.pm | 41 in one go. The IO modules belonging to the core are: 63 The loaded modules are IO::Handle, IO::Seekable, IO::File, IO::Pipe,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/ |
H A D | file.pm | 58 of files. The following functions are provided: 69 Additional arguments are passed to the constructor for the
|