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
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
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
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
crypt
  • References/Perl/Perl/Functions

crypt PLAINTEXT,SALT Creates a digest string exactly like the crypt(3) function in the C library (assuming that you actually have a version

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

readline EXPR readline Reads from the filehandle whose typeglob is contained in EXPR (or from

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

ioctl FILEHANDLE,FUNCTION,SCALAR Implements the ioctl(2) function. You'll probably first have to say

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

or These operators are documented in perlop.

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

our VARLIST our TYPE VARLIST our VARLIST : ATTRS our TYPE VARLIST : ATTRS

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

local EXPR You really probably want to be using my

2025-01-10 15:47:30