- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1311 - 1320 of 2,251 for filetype:txt (0.04 sec)
-
chomp.txt
=over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...perldoc.perl.org/functions/chomp.txtRegistered: Mon Nov 04 22:27:19 UTC 2024 - 1.7K bytes - Viewed (0) -
write.txt
=over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...perldoc.perl.org/functions/write.txtRegistered: Mon Nov 04 23:48:52 UTC 2024 - 1.7K bytes - Viewed (0) -
printf.txt
=over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...perldoc.perl.org/functions/printf.txtRegistered: Mon Nov 04 22:59:33 UTC 2024 - 1.6K bytes - Viewed (0) -
fileno.txt
=over =item fileno FILEHANDLE X<fileno> =item fileno DIRHANDLE Returns the file descriptor for a filehandle or directory handle, or undefined if the filehandle is not open. If there is no real file...perldoc.perl.org/functions/fileno.txtRegistered: Mon Nov 04 22:47:47 UTC 2024 - 1.5K bytes - Viewed (0) -
sin.txt
=over =item sin EXPR X<sin> X<sine> X<asin> X<arcsine> =item sin Returns the sine of EXPR (expressed in radians). If EXPR is omitted, returns sine of L<C<$_>|perlvar/$_>. For the inverse sine opera...perldoc.perl.org/functions/sin.txtRegistered: Mon Nov 04 19:50:24 UTC 2024 - 338 bytes - Viewed (0) -
break.txt
=over =item break Break out of a C<given> block. L<C<break>|/break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The ...perldoc.perl.org/functions/break.txtRegistered: Tue Nov 05 00:48:45 UTC 2024 - 349 bytes - Viewed (0) -
read.txt
=over =item read FILEHANDLE,SCALAR,LENGTH,OFFSET X<read> X<file, read> =item read FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH I<characters> of data into variable SCALAR from the specified FILE...perldoc.perl.org/functions/read.txtRegistered: Mon Nov 04 17:56:35 UTC 2024 - 1.6K bytes - Viewed (0) -
chown.txt
=over =item chown LIST X<chown> X<owner> X<user> X<group> Changes the owner (and group) of a list of files. The first two elements of the list must be the I<numeric> uid and gid, in that order. A v...perldoc.perl.org/functions/chown.txtRegistered: Mon Nov 04 18:50:25 UTC 2024 - 1.5K bytes - Viewed (0) -
oct.txt
=over =item oct EXPR X<oct> X<octal> X<hex> X<hexadecimal> X<binary> X<bin> =item oct Interprets EXPR as an octal string and returns the corresponding value. An octal string consists of octal digit...perldoc.perl.org/functions/oct.txtRegistered: Mon Nov 04 16:03:15 UTC 2024 - 1.4K bytes - Viewed (0) -
tell.txt
=over =item tell FILEHANDLE X<tell> =item tell Returns the current position I<in bytes> for FILEHANDLE, or -1 on error. FILEHANDLE may be an expression whose value gives the name of the actual file...perldoc.perl.org/functions/tell.txtRegistered: Mon Nov 04 19:39:12 UTC 2024 - 1.4K bytes - Viewed (0)