- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 611 - 620 of 1,316 for label:perl (4.18 sec)
-
perluniprops.txt
=begin comment # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 16.0.0. Any changes made here will be lost! To c...perldoc.perl.org/perluniprops.txtRegistered: Sat Aug 30 09:06:35 UTC 2025 - 460.2K bytes - Viewed (0) -
map.txt
=over =item map BLOCK LIST X<map> =item map EXPR,LIST Evaluates the BLOCK or EXPR for each element of LIST (locally setting L<C<$_>|perlvar/$_> to each element) and composes a list of the results o...perldoc.perl.org/functions/map.txtRegistered: Sun Aug 31 09:00:55 UTC 2025 - 3K 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: Sun Aug 31 05:18:40 UTC 2025 - 2.3K bytes - Viewed (0) -
next.txt
=over =item next LABEL X<next> X<continue> =item next EXPR =item next The C<next> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: while (<STDIN>) { n...perldoc.perl.org/functions/next.txtRegistered: Sun Aug 31 09:43:39 UTC 2025 - 1.4K bytes - Viewed (0) -
grep.txt
=over =item grep BLOCK LIST X<grep> =item grep EXPR,LIST This is similar in spirit to, but not the same as, L<grep(1)> and its relatives. In particular, it is not limited to using regular expressio...perldoc.perl.org/functions/grep.txtRegistered: Sun Aug 31 08:01:45 UTC 2025 - 1.3K bytes - Viewed (0) -
chroot.txt
=over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...perldoc.perl.org/functions/chroot.txtRegistered: Sun Aug 31 07:31:48 UTC 2025 - 720 bytes - Viewed (0) -
rmdir.txt
=over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...perldoc.perl.org/functions/rmdir.txtRegistered: Sun Aug 31 08:16:34 UTC 2025 - 454 bytes - Viewed (0) -
rindex.txt
=over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...perldoc.perl.org/functions/rindex.txtRegistered: Sun Aug 31 07:52:35 UTC 2025 - 310 bytes - Viewed (0) -
perlintern.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...perldoc.perl.org/perlintern.txtRegistered: Sat Aug 30 03:10:30 UTC 2025 - 149.2K 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: Sat Aug 30 08:11:55 UTC 2025 - 50.2K bytes - Viewed (0)