ne
  • References/Perl/Perl/Functions

ne These operators are documented in perlop.

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

shmctl ID,CMD,ARG Calls the System V IPC function shmctl. You'll probably have to say

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

caller EXPR caller Returns the context of the current pure perl subroutine call. In scalar context, returns

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

__LINE__ A special token that compiles to the current line number.

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

flock FILEHANDLE,OPERATION Calls flock(2), or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal

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

lcfirst EXPR lcfirst Returns the value of EXPR with the first character lowercased. This is the internal

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

setpgrp PID,PGRP Sets the current process group for the specified PID, 0 for the current

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

__DATA__ These keywords are documented in Special

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

socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN

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

grep BLOCK LIST grep EXPR,LIST This is similar in spirit to, but not the same as, grep(1) and its relatives

2025-01-10 15:47:30