Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 3,197 for filetype:txt (0.06 sec)

  1. $`.txt

    =over =item $PREMATCH =item $` X<$`> X<$PREMATCH> The string preceding whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). See L</Performance issu...
    perldoc.perl.org/variables/$`.txt
    Registered: Mon Dec 02 18:45:24 UTC 2024
    - 421 bytes
    - Viewed (0)
  2. $^T.txt

    =over =item $BASETIME =item $^T X<$^T> X<$BASETIME> The time at which the program began running, in seconds since the epoch (beginning of 1970). The values returned by the B<-M>, B<-A>, and B<-C> f...
    perldoc.perl.org/variables/$^T.txt
    Registered: Mon Dec 02 22:43:54 UTC 2024
    - 241 bytes
    - Viewed (0)
  3. @_.txt

    =over =item @ARG =item @_ X<@_> X<@ARG> Within a subroutine the array C<@_> contains the parameters passed to that subroutine. Inside a subroutine, C<@_> is the default array for the array operator...
    perldoc.perl.org/variables/@_.txt
    Registered: Mon Dec 02 18:05:20 UTC 2024
    - 247 bytes
    - Viewed (0)
  4. quotemeta.txt

    =over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...
    perldoc.perl.org/functions/quotemeta.txt
    Registered: Tue Nov 26 18:38:19 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. substr.txt

    =over =item substr EXPR,OFFSET,LENGTH,REPLACEMENT X<substr> X<substring> X<mid> X<left> X<right> =item substr EXPR,OFFSET,LENGTH =item substr EXPR,OFFSET Extracts a substring out of EXPR and return...
    perldoc.perl.org/functions/substr.txt
    Registered: Tue Nov 26 16:50:27 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. map.txt

    =over =item map BLOCK LIST X<map> =item map EXPR,LIST Evaluates the BLOCK or EXPR for each element of LIST (locally setting L<C<$_>|perlvar/$_> to each element) and composes a list of the results o...
    perldoc.perl.org/functions/map.txt
    Registered: Tue Nov 26 19:13:02 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. readdir.txt

    =over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...
    perldoc.perl.org/functions/readdir.txt
    Registered: Tue Nov 26 21:27:22 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. cos.txt

    =over =item cos EXPR X<cos> X<cosine> X<acos> X<arccosine> =item cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of L<C<$_>|perlvar/$_>. For the inverse ...
    perldoc.perl.org/functions/cos.txt
    Registered: Tue Nov 26 20:55:51 UTC 2024
    - 366 bytes
    - Viewed (0)
  9. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Fri Nov 29 18:45:21 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  10. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Fri Nov 29 16:18:57 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top