=pod
I>
=head2 General Variables
=over 8
=item *
B> - The default input and pattern-searching space
=item *
B> - Within a subroutine the array C contains the parameters passed to
that subroutine
=item *
B> - When an array or an array slice is interpolated into a double-quoted
string or a similar context such as C, its elements are
separated by this value
=item *
B> - The process number of the Perl running this script
=item *
B> - Contains the name of the program being executed
=item *
B> - The real gid of this process
=item *
B> - The effective gid of this process
=item *
B> - The real uid of this process
=item *
B >> - The effective uid of this process
=item *
B> - The subscript separator for multidimensional array emulation
=item *
B>, B> - Special package variables when using C, see L
=item *
B> - The hash C contains your current environment
=item *
B> - The revision, version, and subversion of the Perl interpreter, represented
as a decimal of the form 5.XXXYYY, where XXX is the version / 1e3 and YYY
is the subversion / 1e6
=item *
B> - The maximum system file descriptor, ordinarily 2. System file
descriptors are passed to Ced processes, while higher file
descriptors are not
=item *
B> - The array C contains the fields of each line read in when autosplit
mode is turned on
=item *
B> - The array C contains the list of places that the C,
C, or C