cgi.pl![]() | ||
|---|---|---|
filesex.pl![]() | ||
| chmod/2 | Set the mode of the target file. | ![]() |
| copy_directory/2 | Copy the contents of the directory From to To (recursively). | ![]() |
| copy_file/2 | Copy a file into a new file or directory. | ![]() |
| delete_directory_and_contents/1 | Recursively remove the directory Dir and its contents. | ![]() |
| delete_directory_contents/1 | Remove all content from directory Dir, without removing Dir itself. | ![]() |
| directory_file_path/3 | True when Path is the full path-name for File in Dir. | ![]() |
| directory_member/3 | True when Member is a path inside Directory. | ![]() |
| ensure_directory/1 | Ensure the directory Dir exists. | ![]() |
| link_file/3 | Create a link in the filesystem from NewPath to OldPath. | ![]() |
| make_directory_path/1 | Create Dir and all required components (like mkdir -p). | ![]() |
| relative_file_name/3 | True when RelPath is Path, relative to the file RelToFile. | ![]() |
| set_time_file/3 | Query and set POSIX time attributes of a file. | ![]() |
hash_stream.pl -- Maintain a hash on a stream![]() | ||
mallocinfo.pl![]() | ||
| mallinfo/1 | Return the content of the struct mallinfo returned by mallinfo() as a dict. | ![]() |
| malloc_info/1 | Interface to malloc_info(), which provides an XML document describing the status of the GNU glibc malloc implementation. | ![]() |
md5.pl -- MD5 hashes![]() | ||
memfile.pl![]() | ||
process.pl -- Create processes and redirect I/O![]() | ||
prolog_stream.pl![]() | ||
rlimit.pl![]() | ||
sha.pl -- SHA secure hashes![]() | ||
socket.pl -- Network socket (TCP and UDP) library![]() | ||
streampool.pl![]() | ||
| close_stream_pool/0 | Close all streams in the pool. | ![]() |
| delete_stream_from_pool/1 | Retract stream from the pool. | ![]() |
| dispatch_stream_pool/1 | Wait for input on one or more streams and handle that. | ![]() |
| stream_pool_main_loop/0 | Keep handling input from the streams in the pool until they have all died away. | ![]() |
syslog.pl -- Unix syslog interface![]() | ||
time.pl -- Time and alarm library![]() | ||
udp_broadcast.pl![]() | ||
| udp_broadcast_close/1 | Close a UDP broadcast scope. | ![]() |
| udp_broadcast_initialize/2 | Initialized UDP broadcast bridge. | ![]() |
| udp_peer/2 | Manage and query the set of known peers for a unicast network. | ![]() |
| udp_peer_add/2 | Manage and query the set of known peers for a unicast network. | ![]() |
| udp_peer_del/2 | Manage and query the set of known peers for a unicast network. | ![]() |
| udp_term_string_hook/3 | Hook for serializing the message Term. | ![]() |
| udp_unicast_join_hook/3 | This multifile hook is called if an UDP package is received on the port of the unicast network identified by Scope. | ![]() |
uid.pl -- User and group management on Unix systems![]() | ||
unix.pl![]() | ||
| detach_IO/0 | Detach I/O similar to detach_IO/1. | ![]() |
| detach_IO/1 | This predicate is intended to create Unix deamon processes. | ![]() |
| dup/2 | Interface to Unix dup2(), copying the underlying filedescriptor and thus making both streams point to the same underlying object. | ![]() |
| exec/1 | Replace the running program by starting Command. | ![]() |
| fork/1 | Clone the current process into two branches. | ![]() |
| fork_exec/1 | Fork (as fork/1) and exec (using exec/1) the child immediately. | ![]() |
| kill/2 | Deliver a software interrupt to the process with identifier Pid using software-interrupt number Signal. | ![]() |
| pipe/2 | Create a communication-pipe. | ![]() |
| prctl/1 | Access to Linux process control operations. | ![]() |
| sysconf/1 | Access system configuration. | ![]() |
| wait/2 | Wait for a child to change status. | ![]() |
uri.pl -- Process URIs![]() | ||
uuid.pl -- Universally Unique Identifier (UUID) Library![]() | ||