- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3091 - 3100 of 5,848 for content_length:[0 TO 9999] (0.11 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: Mon Nov 04 18:24:01 UTC 2024 - 713 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: Mon Nov 04 15:42:54 UTC 2024 - 573 bytes - Viewed (0) -
link.txt
=over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183perldoc.perl.org/functions/link.txtRegistered: Mon Nov 04 17:15:48 UTC 2024 - 183 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: Mon Nov 04 17:30:43 UTC 2024 - 163 bytes - Viewed (0) -
time.txt
=over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...perldoc.perl.org/functions/time.txtRegistered: Tue Nov 05 19:24:54 UTC 2024 - 853 bytes - Viewed (0) -
wantarray.txt
=over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...perldoc.perl.org/functions/wantarray.txtRegistered: Tue Nov 05 13:45:22 UTC 2024 - 675 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: Tue Nov 05 13:14:40 UTC 2024 - 199 bytes - Viewed (0) -
tr.txt
=over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152perldoc.perl.org/functions/tr.txtRegistered: Tue Nov 05 18:24:29 UTC 2024 - 152 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: Mon Nov 04 21:31:25 UTC 2024 - 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: Mon Nov 04 13:18:18 UTC 2024 - 3.7K bytes - Viewed (0)