Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1301 - 1310 of 2,167 for filetype:txt (0.12 sec)

  1. 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.txt
    Registered: Fri Nov 01 13:38:29 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Fri Nov 01 19:32:52 UTC 2024
    - 224K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Fri Nov 01 21:34:27 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Fri Nov 01 21:52:23 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  5. $;.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/$;.txt
    Registered: Fri Nov 01 23:44:47 UTC 2024
    - 658 bytes
    - Viewed (0)
  6. ${^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}.txt
    Registered: Sat Nov 02 00:52:15 UTC 2024
    - 510 bytes
    - Viewed (0)
  7. $>.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/$>.txt
    Registered: Sat Nov 02 00:06:12 UTC 2024
    - 615 bytes
    - Viewed (0)
  8. $".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/$".txt
    Registered: Sat Nov 02 00:30:47 UTC 2024
    - 428 bytes
    - Viewed (0)
  9. $^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 194
    perldoc.perl.org/variables/$^I.txt
    Registered: Fri Nov 01 22:34:29 UTC 2024
    - 194 bytes
    - Viewed (0)
  10. ${^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}.txt
    Registered: Sat Nov 02 02:18:39 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top