POSIX
Provides access to standard POSIX 1003.1 identifiers: functions,
classes, and constants. Can be use
d to
import one or multiple symbols:
use POSIX; # import all symbols use POSIX qw(setsid); # import one symbol use POSIX qw(:errno_h :fcntl_h); # import sets of symbols
Functions listed as C-specific are not implemented.
_exit
| Identical to C function _exit(2)
|
abort
| Identical to C function abort(3)
|
abs
| Identical to Perl’s abs function |
access
|
Determines accessibility of a file; returns |
acos
|
Identical to C function |
alarm
|
Identical to Perl’s |
asctime
|
Identical to C function |
asin
|
Identical to C function |
assert
|
Similar to C macro |
atan
|
Identical to C function |
atan2
|
Identical to Perl’s |
atexit
|
C-specific; use |
atof
|
C-specific |
atoi
| C-specific |
atol
| C-specific |
bsearch
| Not supplied |
calloc
| C-specific |
ceil
|
Identical to C function |
chdir
|
Identical to Perl’s |
chmod
|
Identical to Perl’s |
chown
|
Identical to Perl’s |
clearerr
|
Uses method |
clock
|
Identical to C function |
close
|
Closes a file; returns |
closedir
|
Identical to Perl’s |
cos
|
Identical to Perl’s |
cosh
|
Identical to C function |
creat
|
Creates a new file |
ctermid
|
Generates path name for the controlling terminal |
ctime
|
Identical to C function |
cuserid
|
Gets user’s ... |
Get Perl in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.