foreach
  • References/Perl/Perl/Functions

foreach These flow-control keywords are documented in Compound

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

syswrite FILEHANDLE,SCALAR,LENGTH,OFFSET syswrite FILEHANDLE,SCALAR,LENGTH syswrite FILEHANDLE,SCALAR

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

abs VALUE abs Returns the absolute value of its argument. If VALUE is omitted, uses

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

sysseek FILEHANDLE,POSITION,WHENCE Sets FILEHANDLE's system position in bytes using lseek(2). FILEHANDLE may be an expression whose value

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

fileno FILEHANDLE Returns the file descriptor for a filehandle, or undefined if the filehandle is not open. If there is no real file descriptor

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

accept NEWSOCKET,GENERICSOCKET Accepts an incoming socket connect, just as accept(2) does. Returns the packed address if it succeeded, false

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

or These operators are documented in perlop.

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

getsockopt SOCKET,LEVEL,OPTNAME Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol

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

fork Does a fork(2) system call to create a new process running the same program at the same point. It returns the child pid to the parent

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

undef EXPR undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array

2025-01-10 15:47:30