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 -- Maintain a hash on a stream![]() | ||
mallocinfo.pl -- Memory allocation details![]() | ||
md5.pl -- MD5 hashes![]() | ||
memfile.pl![]() | ||
process.pl -- Create processes and redirect I/O![]() | ||
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 -- 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 -- Process URIs![]() | ||
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. | ![]() |