- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3671 - 3680 of 6,887 for content_length:[0 TO 9999] (0.09 sec)
-
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: Fri Apr 18 15:25:36 UTC 2025 - 785 bytes - Viewed (0) -
__FILE__.txt
=over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199perldoc.perl.org/functions/__FILE__.txtRegistered: Fri Apr 18 14:28:14 UTC 2025 - 199 bytes - Viewed (0) -
stat.txt
=over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...perldoc.perl.org/functions/stat.txtRegistered: Fri Apr 18 16:34:43 UTC 2025 - 5.5K bytes - Viewed (0) -
sysopen.txt
=over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...perldoc.perl.org/functions/sysopen.txtRegistered: Fri Apr 18 18:57:25 UTC 2025 - 4.1K 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: Fri Apr 18 19:18:18 UTC 2025 - 3.7K bytes - Viewed (0) -
goto.txt
=over =item goto LABEL X<goto> X<jump> X<jmp> =item goto EXPR =item goto &NAME The C<goto LABEL> form finds the statement labeled with LABEL and resumes execution there. It can't be used to get out...perldoc.perl.org/functions/goto.txtRegistered: Fri Apr 18 19:57:14 UTC 2025 - 3.1K bytes - Viewed (0) -
do.txt
=over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...perldoc.perl.org/functions/do.txtRegistered: Fri Apr 18 18:28:21 UTC 2025 - 3.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: Fri Apr 18 18:08:10 UTC 2025 - 1.9K bytes - Viewed (0) -
reverse.txt
=over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...perldoc.perl.org/functions/reverse.txtRegistered: Fri Apr 18 17:00:03 UTC 2025 - 1.2K bytes - Viewed (0) -
truncate.txt
=over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...perldoc.perl.org/functions/truncate.txtRegistered: Fri Apr 18 18:13:32 UTC 2025 - 573 bytes - Viewed (0)