- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 3,449 for filetype:txt (0.02 sec)
-
flock.txt
=over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...perldoc.perl.org/functions/flock.txtRegistered: Sun Aug 17 01:41:18 UTC 2025 - 3.7K bytes - Viewed (0) -
defined.txt
=over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...perldoc.perl.org/functions/defined.txtRegistered: Sun Aug 17 05:07:03 UTC 2025 - 2.8K 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 17 02:54:51 UTC 2025 - 3K bytes - Viewed (0) -
my.txt
=over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A C<my> declares the listed variables to be local (lexically) to the enclosing block, file,...perldoc.perl.org/functions/my.txtRegistered: Sun Aug 17 04:48:57 UTC 2025 - 1.8K 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 17 01:17:49 UTC 2025 - 1.3K bytes - Viewed (0) -
-X.txt
=over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...perldoc.perl.org/functions/-X.txtRegistered: Sun Aug 17 11:42:34 UTC 2025 - 7.1K bytes - Viewed (0) -
vec.txt
=over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...perldoc.perl.org/functions/vec.txtRegistered: Sun Aug 17 18:06:45 UTC 2025 - 13K bytes - Viewed (0) -
package.txt
=over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...perldoc.perl.org/functions/package.txtRegistered: Sun Aug 17 17:31:41 UTC 2025 - 2.5K 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 17 17:51:51 UTC 2025 - 1.4K bytes - Viewed (0) -
formline.txt
=over =item formline PICTURE,LIST X<formline> This is an internal function used by C<format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the contents o...perldoc.perl.org/functions/formline.txtRegistered: Sun Aug 17 18:57:32 UTC 2025 - 1.3K bytes - Viewed (0)