Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,346 for filetype:txt (0.03 sec)

  1. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.38.5-RC1/CPAN Similar Results (2)
    Registered: Sat Dec 27 11:33:00 UTC 2025
    - 144.4K bytes
    - Viewed (0)
  2. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '1.94_56'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over an...
    perldoc.perl.org/5.12.3/CPAN Similar Results (1)
    Registered: Sat Dec 27 11:30:58 UTC 2025
    - 130.2K bytes
    - Viewed (0)
  3. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.38'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.42.0-RC1/CPAN Similar Results (6)
    Registered: Sat Dec 27 11:35:17 UTC 2025
    - 146.1K bytes
    - Viewed (0)
  4. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN; $VERSION = '1.76_01'; $VERSION = eval $VERSION; # $Id: CPAN.pm,v 1.412 2003/07/31 14:53:04 k Exp $ # only used during devel...
    perldoc.perl.org/5.8.3/CPAN Similar Results (1)
    Registered: Sat Dec 27 11:28:47 UTC 2025
    - 218.6K bytes
    - Viewed (0)
  5. state

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/5.43.5/functions/state Similar Results (2)
    Registered: Mon Jan 12 04:52:51 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  6. 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: Sat Jan 17 03:28:15 UTC 2026
    - 5.1K bytes
    - Viewed (0)
  7. flock.txt

    =over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...
    perldoc.perl.org/functions/flock.txt
    Registered: Sat Jan 17 04:34:44 UTC 2026
    - 3.7K bytes
    - Viewed (0)
  8. fc.txt

    =over =item fc EXPR X<fc> X<foldcase> X<casefold> X<fold-case> X<case-fold> =item fc Returns the casefolded version of EXPR. This is the internal function implementing the C<\F> escape in double-qu...
    perldoc.perl.org/functions/fc.txt
    Registered: Sat Jan 17 00:17:48 UTC 2026
    - 2.5K bytes
    - Viewed (0)
  9. 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: Fri Jan 16 23:02:00 UTC 2026
    - 3.1K bytes
    - Viewed (0)
  10. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The C<next> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: while (<STDIN>) { n...
    perldoc.perl.org/functions/next.txt
    Registered: Sat Jan 17 05:51:29 UTC 2026
    - 1.4K bytes
    - Viewed (0)
Back to top