Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2721 - 2730 of 3,463 for filetype:txt (0.04 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. perldebguts.txt

    =head1 NAME perldebguts - Guts of Perl debugging =head1 DESCRIPTION This is not L<perldebug>, which tells you how to use the debugger. This manpage describes low-level details concerning the debugg...
    perldoc.perl.org/perldebguts.txt
    Registered: Thu Jun 12 13:28:36 UTC 2025
    - 42.1K bytes
    - Viewed (0)
  9. perlclass.txt

    =head1 NAME perlclass - Perl class syntax reference =head1 SYNOPSIS use v5.38; use feature 'class'; class My::Example 1.234 { field $x; ADJUST { $x = "Hello, world"; } method print_message { say $x...
    perldoc.perl.org/perlclass.txt
    Registered: Thu Jun 12 11:17:25 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  10. perl5244delta.txt

    =encoding utf8 =head1 NAME perl5244delta - what is new for perl v5.24.4 =head1 DESCRIPTION This document describes differences between the 5.24.3 release and the 5.24.4 release. If you are upgradin...
    perldoc.perl.org/perl5244delta.txt
    Registered: Thu Jun 12 14:03:49 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top