- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 2,612 for host:perldoc.perl.org (0.03 sec)
-
index.txt
=over =item index STR,SUBSTR,POSITION X<index> X<indexOf> X<InStr> =item index STR,SUBSTR The index function searches for one string within another, but without the wildcard-like behavior of a full...perldoc.perl.org/functions/index.txtRegistered: Sun Oct 26 04:31:47 UTC 2025 - 1021 bytes - Viewed (0) -
chop.txt
=over =item chop VARIABLE X<chop> =item chop( LIST ) =item chop Chops off the last character of a string and returns the character chopped. It is much more efficient than C<s/.$//s> because it neit...perldoc.perl.org/functions/chop.txtRegistered: Sun Oct 26 04:50:28 UTC 2025 - 749 bytes - Viewed (0) -
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: Sun Oct 26 02:10:16 UTC 2025 - 713 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: Sun Oct 26 05:21:24 UTC 2025 - 163 bytes - Viewed (0) -
select.txt
=over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....perldoc.perl.org/functions/select.txtRegistered: Sun Oct 26 08:57:11 UTC 2025 - 4.4K bytes - Viewed (0) -
values.txt
=over =item values HASH X<values> =item values ARRAY Called in list context, returns a list consisting of all the value of the named hash, or in Perl 5.12 or later, the values of an array. Perl rel...perldoc.perl.org/functions/values.txtRegistered: Sun Oct 26 18:45:30 UTC 2025 - 2.6K bytes - Viewed (0) -
print.txt
=over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...perldoc.perl.org/functions/print.txtRegistered: Sun Oct 26 07:58:17 UTC 2025 - 2K bytes - Viewed (0) -
syscall.txt
=over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...perldoc.perl.org/functions/syscall.txtRegistered: Sun Oct 26 11:00:55 UTC 2025 - 1.9K bytes - Viewed (0) -
eof.txt
=over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...perldoc.perl.org/functions/eof.txtRegistered: Sun Oct 26 14:50:56 UTC 2025 - 2K bytes - Viewed (0) -
qr/STRING/ - Perldoc Browser
functions / qr/STRING/ ( source , CPAN ) # qr/STRING/ Regexp-like quote. See "Regexp Quote-Like Operators" in perlop ...perldoc.perl.org/functions/qr/STRING/Registered: Sun Oct 26 12:25:25 UTC 2025 - 15.4K bytes - Viewed (0)