- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2331 - 2340 of 2,472 for filetype:txt (0.06 sec)
-
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) -
rename.txt
=over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...perldoc.perl.org/functions/rename.txtRegistered: Mon Nov 04 16:30:31 UTC 2024 - 787 bytes - Viewed (0) -
uc.txt
=over =item uc EXPR X<uc> X<uppercase> X<toupper> =item uc Returns an uppercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = uc("Perl is GREAT"); # "PERL IS GREAT" This...perldoc.perl.org/functions/uc.txtRegistered: Mon Nov 04 16:06:46 UTC 2024 - 599 bytes - Viewed (0) -
join.txt
=over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...perldoc.perl.org/functions/join.txtRegistered: Mon Nov 04 15:22:49 UTC 2024 - 455 bytes - Viewed (0) -
readlink.txt
=over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...perldoc.perl.org/functions/readlink.txtRegistered: Mon Nov 04 14:15:35 UTC 2024 - 349 bytes - Viewed (0) -
ord.txt
=over =item ord EXPR X<ord> X<encoding> =item ord Returns the code point of the first character of EXPR. If EXPR is an empty string, returns 0. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. (Note I...perldoc.perl.org/functions/ord.txtRegistered: Mon Nov 04 14:53:30 UTC 2024 - 319 bytes - Viewed (0) -
readpipe.txt
=over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...perldoc.perl.org/functions/readpipe.txtRegistered: Tue Nov 05 14:21:15 UTC 2024 - 622 bytes - Viewed (0) -
msgrcv.txt
=over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...perldoc.perl.org/functions/msgrcv.txtRegistered: Tue Nov 05 14:36:39 UTC 2024 - 615 bytes - Viewed (0)