join
  • References/Perl/Perl/Functions

join EXPR,LIST Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string

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

ref EXPR ref Returns a non-empty string if EXPR is a reference, the empty string otherwise. If EXPR is not

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

write FILEHANDLE write EXPR write Writes a formatted record (possibly

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

rmdir FILENAME rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds

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

getpriority WHICH,WHO Returns the current priority for a process, a process group, or a user. (See getpriority(2).) Will raise a fatal

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

recv SOCKET,SCALAR,LENGTH,FLAGS Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the

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

cos EXPR cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of

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

semget KEY,NSEMS,FLAGS Calls the System V IPC function semget(2). Returns the semaphore id, or the undefined value on error. See also

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

split /PATTERN/,EXPR,LIMIT split /PATTERN/,EXPR split /PATTERN/ split

2025-01-10 15:47:30
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