- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 951 - 960 of 1,302 for label:perl (0.04 sec)
-
length.txt
=over =item length EXPR X<length> X<size> =item length Returns the length in I<characters> of the value of EXPR. If EXPR is omitted, returns the length of L<C<$_>|perlvar/$_>. If EXPR is undefined,...perldoc.perl.org/functions/length.txtRegistered: Wed Nov 20 17:45:58 UTC 2024 - 713 bytes - Viewed (0) -
perl.txt
=head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...perldoc.perl.org/perl.txtRegistered: Tue Nov 26 15:49:14 UTC 2024 - 18.8K bytes - Viewed (0) -
perlhist.txt
=encoding utf8 =head1 NAME perlhist - the Perl history records =head1 DESCRIPTION This document aims to record the Perl source code releases. =head1 INTRODUCTION Perl history in brief, by Larry Wal...perldoc.perl.org/perlhist.txtRegistered: Tue Nov 26 14:02:21 UTC 2024 - 58.5K bytes - Viewed (0) -
perlutil.txt
=head1 NAME perlutil - utilities packaged with the Perl distribution =head1 DESCRIPTION Along with the Perl interpreter itself, the Perl distribution installs a range of utilities on your system. T...perldoc.perl.org/perlutil.txtRegistered: Tue Nov 26 13:30:57 UTC 2024 - 7.2K bytes - Viewed (0) -
keys.txt
=over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later only, the indices of an array. Pe...perldoc.perl.org/functions/keys.txtRegistered: Tue Nov 26 17:27:50 UTC 2024 - 3.7K bytes - Viewed (0) -
study.txt
=over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...perldoc.perl.org/functions/study.txtRegistered: Tue Nov 26 17:07:23 UTC 2024 - 476 bytes - Viewed (0) -
closedir.txt
=over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163perldoc.perl.org/functions/closedir.txtRegistered: Tue Nov 26 18:08:59 UTC 2024 - 163 bytes - Viewed (0) -
values.txt
=over =item values HASH X<values> =item values ARRAY In list context, returns a list consisting of all the values of the named hash. In Perl 5.12 or later only, will also return a list of the value...perldoc.perl.org/functions/values.txtRegistered: Tue Nov 26 19:04:33 UTC 2024 - 2.6K bytes - Viewed (0) -
Socket.txt
package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...perldoc.perl.org/Socket.txtRegistered: Fri Nov 15 23:59:18 UTC 2024 - 37.6K bytes - Viewed (0) -
Benchmark.txt
package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...perldoc.perl.org/Benchmark.txtRegistered: Fri Nov 15 23:12:41 UTC 2024 - 30.3K bytes - Viewed (0)