Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 41 - 50 of 1,963 for host:perldoc.perl.org (0.01 sec)

  1. $[.txt

    =over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...
    perldoc.perl.org/variables/$[.txt
    Registered: Thu May 02 14:05:17 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. ${^ENCODING}.txt

    =over =item ${^ENCODING} X<${^ENCODING}> This variable is no longer supported. It used to hold the I<object reference> to the C<Encode> object that was used to convert the source code to Unicode. I...
    perldoc.perl.org/variables/${^ENCODING}.txt
    Registered: Thu May 02 12:51:56 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. %^H.txt

    =over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantics as L<C<$^H>|/$^H>. This makes it useful for implementing lexically scoped pragmas. See L<perlpragma>. All the entries are ...
    perldoc.perl.org/variables/%^H.txt
    Registered: Thu May 02 13:26:24 UTC 2024
    - 909 bytes
    - Viewed (0)
  4. $#.txt

    =over =item $# X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and using it now triggers a warning: C<$# is...
    perldoc.perl.org/variables/$#.txt
    Registered: Thu May 02 13:42:39 UTC 2024
    - 481 bytes
    - Viewed (0)
  5. ${^UNICODE}.txt

    =over =item ${^UNICODE} X<${^UNICODE}> Reflects certain Unicode settings of Perl. See L<perlrun|perlrun/-C [numberE<sol>list]> documentation for the C<-C> switch for more information about the poss...
    perldoc.perl.org/variables/${^UNICODE}.txt
    Registered: Thu May 02 13:35:28 UTC 2024
    - 331 bytes
    - Viewed (0)
  6. h2ph.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] eq ...
    perldoc.perl.org/h2ph.txt
    Registered: Mon Apr 29 15:31:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  7. version::Internals.txt

    =head1 NAME version::Internals - Perl extension for Version Objects =head1 DESCRIPTION Overloaded version objects for all modern versions of Perl. This documents the internal data representation an...
    perldoc.perl.org/version::Internals.txt
    Registered: Mon Apr 29 11:38:24 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  8. VMS::Stdio.txt

    # VMS::Stdio - VMS extensions to Perl's stdio calls # # Author: Charles Bailey bailey@genetics.upenn.edu # Version: 2.2 # Revised: 19-Jul-1998 # Docs revised: 13-Oct-1998 Dan Sugalski <sugalskd@ous...
    perldoc.perl.org/VMS::Stdio.txt
    Registered: Mon Apr 29 13:43:57 UTC 2024
    - 13.5K bytes
    - Viewed (1)
  9. User::pwent.txt

    package User::pwent; use 5.006; our $VERSION = '1.02'; use strict; use warnings; use Config; use Carp; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_geco...
    perldoc.perl.org/User::pwent.txt
    Registered: Mon Apr 29 13:06:58 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. XS::APItest.txt

    package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.32'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...
    perldoc.perl.org/XS::APItest.txt
    Registered: Mon Apr 29 12:43:36 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top