- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 3,449 for filetype:txt (0.03 sec)
-
Scalar::List::Utils.txt
package Scalar::List::Utils; use strict; use warnings; our $VERSION = "1.69"; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME Scalar::List::Utils - A distribution of general-utility subroutines =head1 ...perldoc.perl.org/Scalar::List::Utils.txtRegistered: Wed Aug 20 20:30:33 UTC 2025 - 795 bytes - Viewed (0) -
perlpacktut.txt
=head1 NAME perlpacktut - tutorial on C<pack> and C<unpack> =head1 DESCRIPTION C<pack> and C<unpack> are two functions for transforming data according to a user-defined template, between the guarde...perldoc.perl.org/perlpacktut.txtRegistered: Fri Aug 15 13:26:21 UTC 2025 - 50.2K bytes - Viewed (0) -
perl588delta.txt
=encoding utf8 =head1 NAME perl588delta - what is new for perl v5.8.8 =head1 DESCRIPTION This document describes differences between the 5.8.7 release and the 5.8.8 release. =head1 Incompatible Cha...perldoc.perl.org/perl588delta.txtRegistered: Sat Aug 16 16:40:58 UTC 2025 - 24.7K bytes - Viewed (0) -
perl5203delta.txt
=encoding utf8 =head1 NAME perl5203delta - what is new for perl v5.20.3 =head1 DESCRIPTION This document describes differences between the 5.20.2 release and the 5.20.3 release. If you are upgradin...perldoc.perl.org/perl5203delta.txtRegistered: Sat Aug 16 17:03:18 UTC 2025 - 9K bytes - Viewed (0) -
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.txtRegistered: Sat Aug 16 21:41:18 UTC 2025 - 3.1K bytes - Viewed (0) -
close.txt
=over =item close FILEHANDLE X<close> =item close Closes the file or pipe associated with the filehandle, flushes the IO buffers, and closes the system file descriptor. Returns true if those operat...perldoc.perl.org/functions/close.txtRegistered: Sat Aug 16 19:41:45 UTC 2025 - 2.7K bytes - Viewed (0) -
seek.txt
=over =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> Sets FILEHANDLE's position, just like the L<fseek(3)> call of C C<stdio>. FILEHANDLE may be an expression whose ...perldoc.perl.org/functions/seek.txtRegistered: Sat Aug 16 19:02:48 UTC 2025 - 2.3K bytes - Viewed (0) -
ucfirst.txt
=over =item ucfirst EXPR X<ucfirst> X<uppercase> =item ucfirst Returns the value of EXPR with the B<first> character in uppercase (Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses...perldoc.perl.org/functions/ucfirst.txtRegistered: Sat Aug 16 20:50:41 UTC 2025 - 542 bytes - Viewed (0) -
sqrt.txt
=over =item sqrt EXPR X<sqrt> X<root> X<square root> =item sqrt Return the positive square root of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. Works only for non-negative operands unless yo...perldoc.perl.org/functions/sqrt.txtRegistered: Sat Aug 16 19:17:52 UTC 2025 - 325 bytes - Viewed (0) -
perltoot.txt
=encoding utf8 =head1 NAME perltoot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...perldoc.perl.org/perltoot.txtRegistered: Sat Aug 16 16:50:29 UTC 2025 - 294 bytes - Viewed (0)