cgi.pl -- Read CGI parameters![]() | ||
|---|---|---|
crypt.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![]() | ||
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_hash/3 | Hash is the MD5 hash of Data, The conversion is controlled by Options:. | ![]() |
memfile.pl![]() | ||
process.pl![]() | ||
| is_process/1 | True if PID might be a process. | ![]() |
| process_create/3 | Create a new process running the file Exe and using arguments from the given list. | ![]() |
| process_group_kill/1 | Send signal to the group containing process PID. | ![]() |
| process_group_kill/2 | Send signal to the group containing process PID. | ![]() |
| process_id/1 | True if PID is the process id of the running Prolog process. | ![]() |
| process_id/2 | PID is the process id of Process. | ![]() |
| process_kill/1 | Send signal to process PID. | ![]() |
| process_kill/2 | Send signal to process PID. | ![]() |
| process_release/1 | Release process handle. | ![]() |
| process_set_method/1 | Determine how the process is created on Unix systems. | ![]() |
| process_wait/2 | True if PID completed with Status. | ![]() |
| process_wait/3 | True if PID completed with Status. | ![]() |
| process_which/2 | True when Path is an absolute file name for the specification Exe. | ![]() |
prolog_stream.pl -- A stream with Prolog callbacks![]() | ||
rlimit.pl![]() | ||
sha.pl -- SHA secure hashes![]() | ||
socket.pl -- Network socket (TCP and UDP) library![]() | ||
streampool.pl -- Input multiplexing![]() | ||
syslog.pl -- Unix syslog interface![]() | ||
time.pl -- Time and alarm library![]() | ||
udp_broadcast.pl -- A UDP broadcast proxy![]() | ||
uid.pl -- User and group management on Unix systems![]() | ||
unix.pl -- Unix specific operations![]() | ||
uri.pl![]() | ||
| iri_normalized/2 | NormalizedIRI is the normalized form of IRI. | ![]() |
| iri_normalized/3 | NormalizedGlobalIRI is the normalized global version of IRI. | ![]() |
| uri_authority_components/2 | Break-down the authority component of a URI. | ![]() |
| uri_authority_data/3 | Provide access the uri_authority structure. | ![]() |
| uri_components/2 | Break a URI into its 5 basic components according to the RFC-3986 regular expression:. | ![]() |
| uri_data/3 | Provide access the uri_component structure. | ![]() |
| uri_data/4 | NewComponents is the same as Components with Field set to Data. | ![]() |
| uri_edit/3 | Modify a URI according to Actions. | ![]() |
| uri_encoded/3 | Encoded is the URI encoding for Value. | ![]() |
| uri_file_name/2 | Convert between a URI and a local file_name. | ![]() |
| uri_iri/2 | Convert between a URI, encoded in US-ASCII and an IRI. | ![]() |
| uri_is_global/1 | True if URI has a scheme. | ![]() |
| uri_normalized/2 | NormalizedURI is the normalized form of URI. | ![]() |
| uri_normalized/3 | NormalizedGlobalURI is the normalized global version of URI. | ![]() |
| uri_normalized_iri/2 | As uri_normalized/2, but percent-encoding is translated into IRI Unicode characters. | ![]() |
| uri_normalized_iri/3 | NormalizedGlobalIRI is the normalized global IRI of URI. | ![]() |
| uri_query_components/2 | Perform encoding and decoding of an URI query string. | ![]() |
| uri_resolve/3 | Resolve a possibly local URI relative to Base. | ![]() |
uuid.pl![]() | ||
| is_uuid/1 | True when UUID is a UUID represented as an atom. | ![]() |
| uuid/1 | UUID is an atom representing a new UUID. | ![]() |
| uuid/2 | Create a new UUID according to Options. | ![]() |
| uuid_property/2 | True when UUID is a property of the given UUID. | ![]() |