rewinddir
  • References/Perl/Perl/Functions

rewinddir DIRHANDLE Sets the current position to the beginning of the directory for the

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

exp EXPR exp Returns e (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives

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

splice ARRAY,OFFSET,LENGTH,LIST splice ARRAY,OFFSET,LENGTH splice ARRAY,OFFSET splice

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

bless REF,CLASSNAME bless REF This function tells the thingy referenced by REF that it is now an object

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

listen SOCKET,QUEUESIZE Does the same thing that the listen(2) system call does. Returns true if it succeeded, false otherwise. See the example

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

import LIST There is no builtin import function

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

chmod LIST Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an

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

wait Behaves like wait(2) on your system: it waits for a child process to terminate and returns the pid of the deceased process, or

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

s/// The substitution operator. See Regexp Quote-Like Operators

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

syscall NUMBER, LIST Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the

2025-01-10 15:47:30