- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2721 - 2730 of 3,463 for filetype:txt (0.04 sec)
-
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.txtRegistered: Thu Jun 05 13:37:33 UTC 2025 - 1.7K bytes - Viewed (0) -
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.txtRegistered: Thu Jun 05 12:20:27 UTC 2025 - 1.6K bytes - Viewed (0) -
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.txtRegistered: Thu Jun 05 09:30:43 UTC 2025 - 1.4K bytes - Viewed (0) -
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.txtRegistered: Thu Jun 05 09:04:55 UTC 2025 - 1.6K bytes - Viewed (0) -
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.txtRegistered: Thu Jun 05 11:05:56 UTC 2025 - 787 bytes - Viewed (0) -
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.txtRegistered: Thu Jun 05 13:07:28 UTC 2025 - 599 bytes - Viewed (0) -
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.txtRegistered: Thu Jun 12 10:45:58 UTC 2025 - 69.5K bytes - Viewed (0) -
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.txtRegistered: Thu Jun 12 11:57:43 UTC 2025 - 75.3K bytes - Viewed (0) -
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.txtRegistered: Thu Jun 12 13:28:36 UTC 2025 - 42.1K bytes - Viewed (0) -
perldeprecation.txt
=head1 NAME perldeprecation - list Perl deprecations =head1 DESCRIPTION The purpose of this document is to document what has been deprecated in Perl, and by which version the deprecated feature wil...perldoc.perl.org/perldeprecation.txtRegistered: Thu Jun 12 14:11:28 UTC 2025 - 23.9K bytes - Viewed (0)