readlink
  • References/Perl/Perl/Functions

readlink EXPR readlink Returns the value of a symbolic link, if symbolic links are implemented. If not,

2025-01-10 15:47:30
use
  • References/Perl/Perl/Functions

use Module VERSION LIST use Module VERSION use Module LIST use Module

2025-01-10 15:47:30
utime
  • References/Perl/Perl/Functions

utime LIST Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC

2025-01-10 15:47:30
ucfirst
  • References/Perl/Perl/Functions

ucfirst EXPR ucfirst Returns the value of EXPR with the first character in uppercase (titlecase in Unicode)

2025-01-10 15:47:30
send
  • References/Perl/Perl/Functions

send SOCKET,MSG,FLAGS,TO send SOCKET,MSG,FLAGS Sends a message on a socket. Attempts to send the scalar

2025-01-10 15:47:30
rindex
  • References/Perl/Perl/Functions

rindex STR,SUBSTR,POSITION rindex STR,SUBSTR Works just like index() except that it returns the position

2025-01-10 15:47:30
keys
  • References/Perl/Perl/Functions

keys HASH keys ARRAY keys EXPR Called in list context, returns a list

2025-01-10 15:47:30
chown
  • References/Perl/Perl/Functions

chown LIST Changes the owner (and group) of a list of files. The first two elements of the list must be the numeric uid and gid, in

2025-01-10 15:47:30
stat
  • References/Perl/Perl/Functions

stat FILEHANDLE stat EXPR stat DIRHANDLE stat Returns

2025-01-10 15:47:30
setpriority
  • References/Perl/Perl/Functions

setpriority WHICH,WHO,PRIORITY Sets the current priority for a process, a process group, or a user. (See setpriority(2).) Raises an exception

2025-01-10 15:47:30