- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1301 - 1310 of 2,167 for filetype:txt (0.12 sec)
-
instmodsh.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...perldoc.perl.org/instmodsh.txtRegistered: Fri Nov 01 13:38:29 UTC 2024 - 4.3K bytes - Viewed (0) -
Math::BigFloat.txt
package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...perldoc.perl.org/Math::BigFloat.txtRegistered: Fri Nov 01 19:32:52 UTC 2024 - 224K bytes - Viewed (0) -
perlsub.txt
=head1 NAME X<subroutine> X<function> perlsub - Perl subroutines (user-defined functions) =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declarati...perldoc.perl.org/perlsub.txtRegistered: Fri Nov 01 21:34:27 UTC 2024 - 75.9K bytes - Viewed (0) -
perldsc.txt
=head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...perldoc.perl.org/perldsc.txtRegistered: Fri Nov 01 21:52:23 UTC 2024 - 26.3K 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: Fri Nov 01 23:44:47 UTC 2024 - 658 bytes - Viewed (0) -
${^POSTMATCH}.txt
=over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...perldoc.perl.org/variables/${^POSTMATCH}.txtRegistered: Sat Nov 02 00:52:15 UTC 2024 - 510 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 Nov 02 00:06:12 UTC 2024 - 615 bytes - Viewed (0) -
$".txt
=over =item $LIST_SEPARATOR =item $" X<$"> X<$LIST_SEPARATOR> When an array or an array slice is interpolated into a double-quoted string or a similar context such as C</.../>, its elements are sep...perldoc.perl.org/variables/$".txtRegistered: Sat Nov 02 00:30:47 UTC 2024 - 428 bytes - Viewed (0) -
$^I.txt
=over =item $INPLACE_EDIT =item $^I X<$^I> X<$INPLACE_EDIT> The current value of the inplace-edit extension. Use C<undef> to disable inplace editing. Mnemonic: value of B<-i> switch. =back 194perldoc.perl.org/variables/$^I.txtRegistered: Fri Nov 01 22:34:29 UTC 2024 - 194 bytes - Viewed (0) -
${^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 Nov 02 02:18:39 UTC 2024 - 2.6K bytes - Viewed (0)