cgi.pl -- Read CGI parameters![]() | ||
|---|---|---|
crypt.pl![]() | ||
filesex.pl -- Extended operations on files![]() | ||
hash_stream.pl -- Maintain a hash on a stream![]() | ||
mallocinfo.pl -- Memory allocation details![]() | ||
md5.pl -- MD5 hashes![]() | ||
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![]() | ||
| file_sha1/2 | True when SHA1 is the SHA1 hash for the content of File. | ![]() |
| hash_atom/2 | Convert a list of bytes (integers 0..255) into the usual hexadecimal notation. | ![]() |
| hmac_sha/4 | For Options, see sha_hash/3. | ![]() |
| sha_hash/3 | Hash is the SHA hash of Data, The conversion is controlled by Options:. | ![]() |
| sha_hash_ctx/4 | Hash is the SHA hash of Data. | ![]() |
| sha_new_ctx/2 | NewContext is unified with the empty SHA computation context (which includes the Options.) It could later be passed to sha_hash_ctx/4. | ![]() |
socket.pl -- Network socket (TCP and UDP) library![]() | ||
syslog.pl -- Unix syslog interface![]() | ||
time.pl![]() | ||
| alarm/3 | Set up an alarm to be signaled Time seconds from now. | ![]() |
| alarm/4 | Set up an alarm to be signaled Time seconds from now. | ![]() |
| alarm_at/3 | As alarm/3 and alarm/4, but schedule the alarm at an absolute point in time. | ![]() |
| alarm_at/4 | As alarm/3 and alarm/4, but schedule the alarm at an absolute point in time. | ![]() |
| call_with_time_limit/2 | Call Goal, while watching out for a (wall-time) limit. | ![]() |
| call_with_time_limit/3 | Call Goal, while watching out for a (wall-time) limit. | ![]() |
| current_alarm/4 | Enumerate the alarms in the schedule. | ![]() |
| install_alarm/1 | Install an alarm allocated using alarm/4 with the install(false) option or de-activated using uninstall_alarm/1. | ![]() |
| install_alarm/2 | Install an alarm allocated using alarm/4 with the install(false) option or de-activated using uninstall_alarm/1. | ![]() |
| remove_alarm/1 | Remove an alarm. | ![]() |
| uninstall_alarm/1 | De-activate an alarm. | ![]() |
udp_broadcast.pl -- A UDP broadcast proxy![]() | ||
uid.pl -- User and group management on Unix systems![]() | ||
unix.pl -- Unix specific operations![]() | ||
uri.pl -- Process URIs![]() | ||
uuid.pl -- Universally Unique Identifier (UUID) Library![]() | ||