Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2721 - 2730 of 3,463 for filetype:txt (0.08 sec)

  1. 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: Thu Jun 05 13:37:33 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  2. read.txt

    =over =item read FILEHANDLE,SCALAR,LENGTH,OFFSET X<read> X<file, read> =item read FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH I<characters> of data into variable SCALAR from the specified FILE...
    perldoc.perl.org/functions/read.txt
    Registered: Thu Jun 05 12:20:27 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  3. oct.txt

    =over =item oct EXPR X<oct> X<octal> X<hex> X<hexadecimal> X<binary> X<bin> =item oct Interprets EXPR as an octal string and returns the corresponding value. An octal string consists of octal digit...
    perldoc.perl.org/functions/oct.txt
    Registered: Thu Jun 05 09:30:43 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. printf.txt

    =over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...
    perldoc.perl.org/functions/printf.txt
    Registered: Thu Jun 05 09:04:55 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  5. rename.txt

    =over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...
    perldoc.perl.org/functions/rename.txt
    Registered: Thu Jun 05 11:05:56 UTC 2025
    - 787 bytes
    - Viewed (0)
  6. uc.txt

    =over =item uc EXPR X<uc> X<uppercase> X<toupper> =item uc Returns an uppercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = uc("Perl is GREAT"); # "PERL IS GREAT" This...
    perldoc.perl.org/functions/uc.txt
    Registered: Thu Jun 05 13:07:28 UTC 2025
    - 599 bytes
    - Viewed (0)
  7. perl5280delta.txt

    =encoding utf8 =head1 NAME perl5280delta - what is new for perl v5.28.0 =head1 DESCRIPTION This document describes differences between the 5.26.0 release and the 5.28.0 release. If you are upgradin...
    perldoc.perl.org/perl5280delta.txt
    Registered: Thu Jun 12 10:45:58 UTC 2025
    - 69.5K bytes
    - Viewed (0)
  8. perlxs.txt

    =head1 NAME perlxs - XS language reference manual =head1 DESCRIPTION =head2 Introduction XS is an interface description file format used to create an extension interface between Perl and C code (or...
    perldoc.perl.org/perlxs.txt
    Registered: Thu Jun 12 11:57:43 UTC 2025
    - 75.3K bytes
    - Viewed (0)
  9. perldocstyle.txt

    =encoding utf8 =head1 NAME perldocstyle - A style guide for writing Perl's documentation =head1 DESCRIPTION This document is a guide for the authorship and maintenance of the documentation that shi...
    perldoc.perl.org/perldocstyle.txt
    Registered: Thu Jun 12 10:58:18 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  10. perl5360delta.txt

    =encoding utf8 =head1 NAME perl5360delta - what is new for perl v5.36.0 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.36.0 release. =head1 Core Enhance...
    perldoc.perl.org/perl5360delta.txt
    Registered: Thu Jun 12 13:07:44 UTC 2025
    - 43.4K bytes
    - Viewed (0)
Back to top