- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 2,612 for host:perldoc.perl.org (0.34 sec)
- 
				${^GLOBAL_PHASE}.txt=over =item ${^GLOBAL_PHASE} X<${^GLOBAL_PHASE}> The current phase of the perl interpreter. Possible values are: =over 8 =item CONSTRUCT The C<PerlInterpreter*> is being constructed via C<perl_cons...perldoc.perl.org/variables/${^GLOBAL_PHASE}.txtRegistered: Sat Oct 25 16:22:02 UTC 2025 - 2.6K bytes - Viewed (0)
- 
				$^H.txt=over =item $^H X<$^H> WARNING: This variable is strictly for internal use only. Its availability, behavior, and contents are subject to change without notice. This variable contains compile-time h...perldoc.perl.org/variables/$^H.txtRegistered: Sat Oct 25 11:53:32 UTC 2025 - 1.9K bytes - Viewed (0)
- 
				$^V.txt=over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...perldoc.perl.org/variables/$^V.txtRegistered: Sat Oct 25 10:31:01 UTC 2025 - 1.6K bytes - Viewed (0)
- 
				$;.txt=over =item $SUBSCRIPT_SEPARATOR =item $SUBSEP =item $; X<$;> X<$SUBSEP> X<SUBSCRIPT_SEPARATOR> The subscript separator for multidimensional array emulation. If you refer to a hash element as $foo{...perldoc.perl.org/variables/$;.txtRegistered: Sat Oct 25 09:27:42 UTC 2025 - 658 bytes - Viewed (0)
- 
				$>.txt=over =item $EFFECTIVE_USER_ID =item $EUID =item $> X<< $> >> X<$EUID> X<$EFFECTIVE_USER_ID> The effective uid of this process. For example: $< = $>; # set real to effective uid ($<,$>) = ($>,$<); ...perldoc.perl.org/variables/$>.txtRegistered: Sat Oct 25 09:09:37 UTC 2025 - 615 bytes - Viewed (0)
- 
				$^D.txt=over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...perldoc.perl.org/variables/$^D.txtRegistered: Sat Oct 25 16:12:43 UTC 2025 - 437 bytes - Viewed (0)
- 
				$^C.txt=over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...perldoc.perl.org/variables/$^C.txtRegistered: Sat Oct 25 13:53:44 UTC 2025 - 401 bytes - Viewed (0)
- 
				$^W.txt=over =item $WARNING =item $^W X<$^W> X<$WARNING> The current value of the warning switch, initially true if B<-w> was used, false otherwise, but directly modifiable. See also L<warnings>. Mnemonic...perldoc.perl.org/variables/$^W.txtRegistered: Sat Oct 25 16:06:20 UTC 2025 - 239 bytes - Viewed (0)
- 
				srand.txt=over =item srand EXPR X<srand> X<seed> X<randseed> =item srand Sets and returns the random number seed for the L<C<rand>|/rand EXPR> operator. The point of the function is to "seed" the L<C<rand>|...perldoc.perl.org/functions/srand.txtRegistered: Sun Oct 26 18:34:19 UTC 2025 - 3K bytes - Viewed (0)
- 
				sysread.txt=over =item sysread FILEHANDLE,SCALAR,LENGTH,OFFSET X<sysread> =item sysread FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH bytes of data into variable SCALAR from the specified FILEHANDLE, using...perldoc.perl.org/functions/sysread.txtRegistered: Sun Oct 26 13:23:31 UTC 2025 - 2K bytes - Viewed (0)