bind
  • References/Perl/Perl/Functions

bind SOCKET,NAME Binds a network address to a socket, just as bind(2) does. Returns true if it succeeded, false otherwise. NAME should be

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

delete EXPR Given an expression that specifies an element or slice of a hash,

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

goto LABEL goto EXPR goto &NAME The

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

log EXPR log Returns the natural logarithm (base e) of EXPR. If EXPR is omitted, returns the log

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

truncate FILEHANDLE,LENGTH truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR

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

setgrent

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

vec EXPR,OFFSET,BITS Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified

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

each HASH each ARRAY each EXPR When called on a hash in list context,

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

shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attaching to it

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

socket SOCKET,DOMAIN,TYPE,PROTOCOL Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are

2025-01-10 15:47:30