closedir
  • References/Perl/Perl/Functions

closedir DIRHANDLE Closes a directory opened by opendir

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

sysread FILEHANDLE,SCALAR,LENGTH,OFFSET sysread FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH bytes of

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

kill SIGNAL, LIST kill SIGNAL Sends a signal to a list of processes. Returns the number of arguments that

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

last LABEL last EXPR last The

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

sort SUBNAME LIST sort BLOCK LIST sort LIST In list context, this sorts

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

untie VARIABLE Breaks the binding between a variable and a package. (See

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

pipe READHANDLE,WRITEHANDLE Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes

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

qr/STRING/ Regexp-like quote. See Regexp Quote-Like Operators in

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
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