Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 790 for host:perldoc.perl.org (0.02 sec)

  1. $!.txt

    =over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...
    perldoc.perl.org/variables/$!.txt
    Registered: Fri May 10 17:11:42 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. $INC.txt

    =over =item $INC X<$INC> As of 5.37.7 when an C<@INC> hook is executed the index of the C<@INC> array that holds the hook will be localized into the C<$INC> variable. When the hook returns the inte...
    perldoc.perl.org/variables/$INC.txt
    Registered: Fri May 10 16:10:16 UTC 2024
    - 801 bytes
    - Viewed (0)
  3. %INC.txt

    =over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...
    perldoc.perl.org/variables/%INC.txt
    Registered: Fri May 10 15:58:16 UTC 2024
    - 681 bytes
    - Viewed (0)
  4. ${^WARNING_BITS}.txt

    =over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...
    perldoc.perl.org/variables/${^WARNING_BITS}.txt
    Registered: Fri May 10 17:18:29 UTC 2024
    - 516 bytes
    - Viewed (0)
  5. $a.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$a.txt
    Registered: Fri May 10 16:20:02 UTC 2024
    - 394 bytes
    - Viewed (0)
  6. perllol.txt

    =head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...
    perldoc.perl.org/perllol.txt
    Registered: Sat May 11 03:25:31 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Fri May 10 20:14:57 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  8. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Sat May 11 05:27:23 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. chomp.txt

    =over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...
    perldoc.perl.org/functions/chomp.txt
    Registered: Sat May 11 05:16:54 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. perltru64.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perltru64.txt
    Registered: Mon May 13 04:28:40 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top